다음을 통해 공유


DerivedSeriesFormula 속성

Formula to apply to the data values from the source series.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public ReadOnly Property DerivedSeriesFormula As ChartSeriesFormula
    Get
‘사용 방법
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