Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a background image for the object.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property BackgroundImage As BackgroundImage
Get
'Usage
Dim instance As Style
Dim value As BackgroundImage
value = instance.BackgroundImage
public override BackgroundImage BackgroundImage { get; }
public:
virtual property BackgroundImage^ BackgroundImage {
BackgroundImage^ get () override;
}
abstract BackgroundImage : BackgroundImage
override BackgroundImage : BackgroundImage
override function get BackgroundImage () : BackgroundImage
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.BackgroundImage
A BackgroundImage object that represents the background image for the style.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace