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.