Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the size of the subitem.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MapSize As MapSize
Get
Set
'Usage
Dim instance As MapSubItem
Dim value As MapSize
value = instance.MapSize
instance.MapSize = value
public MapSize MapSize { get; set; }
public:
property MapSize^ MapSize {
MapSize^ get ();
void set (MapSize^ value);
}
member MapSize : MapSize with get, set
function get MapSize () : MapSize
function set MapSize (value : MapSize)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.MapSize
A MapSize object.