次の方法で共有


ChartLegend.DockToChartArea プロパティ

凡例を描画するグラフ領域の名前を取得します。

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

構文

'宣言
Public ReadOnly Property DockToChartArea As String 
    Get
'使用
Dim instance As ChartLegend 
Dim value As String 

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

プロパティ値

型: System.String
string 値。

関連項目

参照

ChartLegend クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間