Condividi tramite


Proprietà ReportItem.Style

Gets the style properties of this report definition object.

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

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property Style As Style 
    Get
'Utilizzo
Dim instance As ReportItem 
Dim value As Style 

value = instance.Style
public override Style Style { get; }
public:
virtual property Style^ Style {
    Style^ get () override;
}
abstract Style : Style 
override Style : Style
override function get Style () : Style

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Style
A Style object that represents the style properties of this report definition object.

Implementa

IROMStyleDefinitionContainer.Style

Vedere anche

Riferimento

ReportItem Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering