Свойство Unit
Gets the unit of measure to be used for both the height and the width.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Unit As ReportEnumProperty(Of Unit)
Get
'Применение
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>
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'Unit> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
См. также