MapSizeRule 속성
Gets a size range to be used for sizing map points in the parent layer.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Property MapSizeRule As MapSizeRule
Get
‘사용 방법
Dim instance As MapPointRules
Dim value As MapSizeRule
value = instance.MapSizeRule
public MapSizeRule MapSizeRule { get; }
public:
property MapSizeRule^ MapSizeRule {
MapSizeRule^ get ();
}
member MapSizeRule : MapSizeRule
function get MapSizeRule () : MapSizeRule