Propriedade do RDL Style.BackgroundImage
Gets a background image for the object.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Overrides ReadOnly Property BackgroundImage As BackgroundImage
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.BackgroundImage
A BackgroundImage object that represents the background image for the style.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering