Style.BackgroundImage 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 or sets the a background image for the object.
public:
property Microsoft::ReportingServices::RdlObjectModel::BackgroundImage ^ BackgroundImage { Microsoft::ReportingServices::RdlObjectModel::BackgroundImage ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::BackgroundImage ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.BackgroundImage BackgroundImage { get; set; }
member this.BackgroundImage : Microsoft.ReportingServices.RdlObjectModel.BackgroundImage with get, set
Public Property BackgroundImage As BackgroundImage
Property Value
A BackgroundImage object.