BackgroundImage::BackgroundRepeat Property
Updated: February 25, 2016
Gets or sets a value that indicates how the background image should fill the available space.
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
public: property ReportExpression<BackgroundRepeatTypes> BackgroundRepeat { ReportExpression<BackgroundRepeatTypes> get(); void set(ReportExpression<BackgroundRepeatTypes> value); }
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel::ReportExpression<BackgroundRepeatTypes>A ReportExpression<T> object.
Show: