Свойство ChartDerivedSeries.DerivedSeriesFormula
Formula to apply to the data values from the source series.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property DerivedSeriesFormula As ChartFormulas
Get
Set
'Применение
Dim instance As ChartDerivedSeries
Dim value As ChartFormulas
value = instance.DerivedSeriesFormula
instance.DerivedSeriesFormula = value
public ChartFormulas DerivedSeriesFormula { get; set; }
public:
property ChartFormulas DerivedSeriesFormula {
ChartFormulas get ();
void set (ChartFormulas value);
}
member DerivedSeriesFormula : ChartFormulas with get, set
function get DerivedSeriesFormula () : ChartFormulas
function set DerivedSeriesFormula (value : ChartFormulas)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ChartFormulas
A ChartFormulas object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel