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 Style
    Get
    Set
'Utilisation
Dim instance As ReportElement
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)

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .Style
A Style object.