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