Compartilhar via


Propriedade do RDL Page.Style

Gets the style properties of the page.

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

Sintaxe

'Declaração
Public Overrides ReadOnly Property Style As Style 
    Get
'Uso
Dim instance As Page 
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 da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Style
A Style object.

Implementa

IROMStyleDefinitionContainer.Style

Consulte também

Referência

Page Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering