BackgroundImageInstance.BackgroundRepeat Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the calculated value of the BackgroundRepeat property in a BackgroundImage class.
public:
abstract property Microsoft::ReportingServices::OnDemandReportRendering::BackgroundRepeatTypes BackgroundRepeat { Microsoft::ReportingServices::OnDemandReportRendering::BackgroundRepeatTypes get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.BackgroundRepeatTypes BackgroundRepeat { get; }
member this.BackgroundRepeat : Microsoft.ReportingServices.OnDemandReportRendering.BackgroundRepeatTypes
Public MustOverride ReadOnly Property BackgroundRepeat As BackgroundRepeatTypes
Property Value
A BackgroundRepeatTypes value that represents the calculated value of the BackgroundRepeat property.