次の方法で共有


MapSizeRuleInstance.StartSize プロパティ

MapSizeRule クラスの StartSize プロパティの計算値を取得します。

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

構文

'宣言
Public ReadOnly Property StartSize As ReportSize 
    Get
'使用
Dim instance As MapSizeRuleInstance 
Dim value As ReportSize 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
StartSize プロパティの計算値を表す ReportSize 値。

関連項目

参照

MapSizeRuleInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間