Condividi tramite


Proprietà ReportItem.Style

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

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.ReportingServices.ReportRendering.Style
A Style object containing information about the style of a report item.

Vedere anche

Riferimento

ReportItem Classe

Spazio dei nomi Microsoft.ReportingServices.ReportRendering