次の方法で共有


MapSizeRule プロパティ

マップの線のサイズ調整に使用するサイズの範囲を取得します。

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

構文

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

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