Partilhar via


Propriedade do RDL MapSizeRule

Gets a size range to be used for sizing map lines.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property MapSizeRule As MapSizeRule
    Get
'Uso
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