Свойство Style

Gets the style properties of this report definition object.

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

Синтаксис

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

value = instance.Style

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

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

Тип: Microsoft.ReportingServices.RdlObjectModel. . :: . .EmptyColorStyle
An EmptyColorStyle object.