Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the default unit of the size.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared Property DefaultType As SizeTypes
Get
Set
'Usage
Dim value As SizeTypes
value = ReportSize.DefaultType
ReportSize.DefaultType = value
public static SizeTypes DefaultType { get; set; }
public:
static property SizeTypes DefaultType {
SizeTypes get ();
void set (SizeTypes value);
}
static member DefaultType : SizeTypes with get, set
static function get DefaultType () : SizeTypes
static function set DefaultType (value : SizeTypes)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.SizeTypes
A SizeTypes value.