次の方法で共有


ChartLegend.MaxAutoSize プロパティ

グラフ サイズの割合で示した凡例の最大サイズに評価される式を取得します。

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

構文

'宣言
Public ReadOnly Property MaxAutoSize As ReportIntProperty 
    Get
'使用
Dim instance As ChartLegend 
Dim value As ReportIntProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
ReportIntProperty オブジェクト。

関連項目

参照

ChartLegend クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間