共用方式為


DerivedSeriesFormula 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
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