Свойство StyleBase.BackgroundImage
Gets a background image for the object.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property BackgroundImage As BackgroundImage
Get
'Применение
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
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.BackgroundImage
A BackgroundImage object that represents a background image for the object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering