Свойство ReportItem.Style
Gets the style properties of this report definition object.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Overrides ReadOnly Property Style As Style
Get
'Применение
Dim instance As ReportItem
Dim value As Style
value = instance.Style
public override Style Style { get; }
public:
virtual property Style^ Style {
Style^ get () override;
}
abstract Style : Style
override Style : Style
override function get Style () : Style
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.Style
A Style object that represents the style properties of this report definition object.
Реализует
IROMStyleDefinitionContainer.Style
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering