Propriedade do RDL MapSizeInstance.Unit
Gets the calculated value of the Unit property in a MapSize class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Unit
A Unit value that represents the calculated value of the Unit property.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering