Propriedade do RDL Style

Gets the style properties of this report definition object.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property Style As EmptyColorStyle
    Get
    Set
'Uso
Dim instance As ChartEmptyPoints
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)