次の方法で共有


ChartFormulaParameter.Source プロパティ

このパラメーターの値として使用する ChartDataPointValue プロパティの名前を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Source As String 
    Get
'使用
Dim instance As ChartFormulaParameter 
Dim value As String 

value = instance.Source
public string Source { get; }
public:
property String^ Source {
    String^ get ();
}
member Source : string
function get Source () : String

プロパティ値

型: System.String
string 値。

関連項目

参照

ChartFormulaParameter クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間