ChartLegendInstance.MaxAutoSize プロパティ
ChartLegend クラスの MaxAutoSize プロパティの計算値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property MaxAutoSize As Integer
Get
'使用
Dim instance As ChartLegendInstance
Dim value As Integer
value = instance.MaxAutoSize
public int MaxAutoSize { get; }
public:
property int MaxAutoSize {
int get ();
}
member MaxAutoSize : int
function get MaxAutoSize () : int
プロパティ値
型: System.Int32
MaxAutoSize プロパティの計算値を表す int 値。