Свойство Style

Gets the style properties defined for the report item.

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Property Style As Style
    Get
    Set
'Применение
Dim instance As ReportItem
Dim value As Style

value = instance.Style

instance.Style = value
public Style Style { get; set; }
public:
property Style^ Style {
    Style^ get ();
    void set (Style^ value);
}
member Style : Style with get, set
function get Style () : Style
function set Style (value : Style)

Значение свойства

Тип Microsoft.ReportingServices.ReportRendering. . :: . .Style
A Style object containing information about the style of a report item.