BackgroundImage::BackgroundRepeat Property

 

Updated: February 25, 2016

Gets or sets a value that indicates how the background image should fill the available space.

Namespace:   Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

public:
property ReportExpression<BackgroundRepeatTypes> BackgroundRepeat {
	ReportExpression<BackgroundRepeatTypes> get();
	void set(ReportExpression<BackgroundRepeatTypes> value);
}
Return to top
Show: