Proprietà BackgroundImage
A background image for the object.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property BackgroundImage As BackgroundImage
Get
'Utilizzo
Dim instance As StyleBase
Dim value As BackgroundImage
value = instance.BackgroundImage
public abstract BackgroundImage BackgroundImage { get; }
public:
virtual property BackgroundImage^ BackgroundImage {
BackgroundImage^ get () abstract;
}
abstract BackgroundImage : BackgroundImage
abstract function get BackgroundImage () : BackgroundImage
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BackgroundImage
A BackgroundImage object.
Vedere anche