ScaleRange.Placement Property

Definition

Gets an expression that evaluates to where the range should be placed relative to the scale.

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

Property Value

A ReportEnumProperty<EnumType> object.

Applies to