ChartDerivedSeries.DerivedSeriesFormula 属性

Gets the 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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ChartSeriesFormula
A ChartSeriesFormula object.

请参阅

参考

ChartDerivedSeries 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间