Compartir a través de


ReportItem.Style Propiedad

Gets the style properties of this report definition object.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Overrides ReadOnly Property Style As Style 
    Get
'Uso
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

Valor de la propiedad

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

Implementa

IROMStyleDefinitionContainer.Style

Vea también

Referencia

ReportItem Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering