Udostępnij przez


Właściwość MapPointRules.MapSizeRule

29.5 Angivna tidsfristen lub zestawy zakres wielkości dla rozmiaru mapy punktów w warstwie nadrzędnej.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property MapSizeRule As MapSizeRule
    Get
    Set
'Użycie
Dim instance As MapPointRules
Dim value As MapSizeRule

value = instance.MapSizeRule

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