次の方法で共有


StartSize プロパティ

マップのポイントまたは線に適用するサイズ範囲の開始サイズを取得します。

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

構文

'宣言
Public ReadOnly Property StartSize As ReportSizeProperty
    Get
'使用
Dim instance As MapSizeRule
Dim value As ReportSizeProperty

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