Свойство 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.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering