MapSize.Unit Property

Definition

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

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::Unit> ^ Unit { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::Unit> ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.Unit> Unit { get; }
member this.Unit : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.Unit>
Public ReadOnly Property Unit As ReportEnumProperty(Of Unit)

Property Value

A ReportEnumProperty<EnumType> object.

Applies to