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 the unit of measure to be used for both the height and the width.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Unit As ReportEnumProperty(Of Unit)
Get
'Usage
Dim instance As MapSize
Dim value As ReportEnumProperty(Of Unit)
value = instance.Unit
public ReportEnumProperty<Unit> Unit { get; }
public:
property ReportEnumProperty<Unit>^ Unit {
ReportEnumProperty<Unit>^ get ();
}
member Unit : ReportEnumProperty<Unit>
function get Unit () : ReportEnumProperty<Unit>
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Unit>
A ReportEnumProperty<EnumType> object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace