次の方法で共有


ChartDerivedSeries.DerivedSeriesFormula プロパティ

ソース系列のデータ値に適用する式。

名前空間:  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
ChartFormulas オブジェクト。

関連項目

参照

ChartDerivedSeries クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間