Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the default unit type for the report.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ReportUnitType As SizeTypes
Get
Set
'Usage
Dim instance As Report
Dim value As SizeTypes
value = instance.ReportUnitType
instance.ReportUnitType = value
public SizeTypes ReportUnitType { get; set; }
public:
property SizeTypes ReportUnitType {
SizeTypes get ();
void set (SizeTypes value);
}
member ReportUnitType : SizeTypes with get, set
function get ReportUnitType () : SizeTypes
function set ReportUnitType (value : SizeTypes)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.SizeTypes
The default unit type for the report.