Proprietà MapLocation.Unit
Gets the unit of measure to be used for both Left and Top.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Unit As ReportEnumProperty(Of Unit)
Get
'Utilizzo
Dim instance As MapLocation
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>
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Unit>
A ReportEnumProperty<EnumType> object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering