次の方法で共有


ChartLegendColumn.MaximumWidth プロパティ

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

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

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

構文

'宣言
Public ReadOnly Property MaximumWidth As ReportSizeProperty 
    Get
'使用
Dim instance As ChartLegendColumn 
Dim value As ReportSizeProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
グラフの凡例の列の最大幅を表す ReportSizeProperty オブジェクト。

関連項目

参照

ChartLegendColumn クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間