Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the default unit of the size.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Shared Property DefaultType As SizeTypes
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.SizeTypes
A SizeTypes value.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel