次の方法で共有


ChartLegendColumn.Value プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

グラフの凡例の列の値に評価される式を取得します。

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

構文

'宣言
Public ReadOnly Property Value As ReportStringProperty 
    Get
'使用
Dim instance As ChartLegendColumn 
Dim value As ReportStringProperty 

value = instance.Value
public ReportStringProperty Value { get; }
public:
property ReportStringProperty^ Value {
    ReportStringProperty^ get ();
}
member Value : ReportStringProperty
function get Value () : ReportStringProperty

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
グラフの凡例の列の値を表す ReportStringProperty オブジェクト。

関連項目

参照

ChartLegendColumn クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間