Compartilhar via


Propriedade do RDL GaugePointer.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 Style 
    Get 
    Set
'Uso
Dim instance As GaugePointer 
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)

Valor da propriedade

Tipo: Microsoft.ReportingServices.RdlObjectModel.Style
The style properties of this report definition object.

Consulte também

Referência

GaugePointer Classe

Namespace Microsoft.ReportingServices.RdlObjectModel