Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the formula to apply to the data values from the source series.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property DerivedSeriesFormula As ChartSeriesFormula
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartSeriesFormula
A ChartSeriesFormula object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace