Compartir a través de


MapSize.Unit Propiedad

Gets the unit of measure to be used for both the height and the width.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Unit As ReportEnumProperty(Of Unit)
    Get
'Uso
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>

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Unit>
A ReportEnumProperty<EnumType> object.

Vea también

Referencia

MapSize Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering