BackgroundImage.Position Property

Definition

Gets an expression that evaluates to a value that indicates where a background image with BackgroundRepeat = Clip should be drawn.

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

Property Value

A ReportEnumProperty<EnumType> object.

Applies to