Proprietà PinLabel.Style

Gets the style properties of this report definition object.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property Style As Style 
    Get 
    Set
'Utilizzo
Dim instance As PinLabel 
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)

Valore proprietà

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

Vedere anche

Riferimento

PinLabel Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel