Compartir a través de


MapSizeInstance.Unit Propiedad

Gets the calculated value of the Unit property in a MapSize class.

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

Sintaxis

'Declaración
Public ReadOnly Property Unit As Unit 
    Get
'Uso
Dim instance As MapSizeInstance 
Dim value As Unit 

value = instance.Unit
public Unit Unit { get; }
public:
property Unit Unit {
    Unit get ();
}
member Unit : Unit
function get Unit () : Unit

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Unit
A Unit value that represents the calculated value of the Unit property.

Vea también

Referencia

MapSizeInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering