BackgroundImage.Position Property

Definition

Gets or sets a value that indicates where a background image with BackgroundRepeat = Clip should be drawn.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::BackgroundPositions> Position { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::BackgroundPositions> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::BackgroundPositions> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.BackgroundPositions> Position { get; set; }
member this.Position : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.BackgroundPositions> with get, set
Public Property Position As ReportExpression(Of BackgroundPositions)

Property Value

A ReportExpression<T> object.

Applies to