Partilhar via


Propriedade do RDL ReportItem.Style

Gets or sets the style properties defined for the report item.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public Property Style As Style 
    Get 
    Set
'Uso
Dim instance As ReportItem 
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.ReportRendering.Style
A Style object containing information about the style of a report item.

Consulte também

Referência

ReportItem Classe

Namespace Microsoft.ReportingServices.ReportRendering