Partager via


Propriété Style

Gets the style properties of this report definition object.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property Style As EmptyColorStyle
    Get
    Set
'Utilisation
Dim instance As ChartSeries
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)