Partager via


Propriété ChartDerivedSeries.DerivedSeriesFormula

Gets the formula to apply to the data values from the source series.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DerivedSeriesFormula As ChartSeriesFormula 
    Get
'Utilisation
Dim instance As ChartDerivedSeries 
Dim value As ChartSeriesFormula 

value = instance.DerivedSeriesFormula
public ChartSeriesFormula DerivedSeriesFormula { get; }
public:
property ChartSeriesFormula DerivedSeriesFormula {
    ChartSeriesFormula get ();
}
member DerivedSeriesFormula : ChartSeriesFormula
function get DerivedSeriesFormula () : ChartSeriesFormula

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ChartSeriesFormula
A ChartSeriesFormula object.

Voir aussi

Référence

ChartDerivedSeries Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering