Compartilhar via


Propriedade do RDL Style.Item

Gets a style attribute for the specified style.

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

Sintaxe

'Declaração
Public Overrides ReadOnly Default Property Item ( _
    style As StyleAttributeNames _
) As ReportProperty 
    Get
'Uso
Dim instance As Style 
Dim style As StyleAttributeNames 
Dim value As ReportProperty 

value = instance(style)
public override ReportProperty this[
    StyleAttributeNames style
] { get; }
public:
virtual property ReportProperty^ default[StyleAttributeNames style] {
    ReportProperty^ get (StyleAttributeNames style) override;
}
abstract Item : ReportProperty 
override Item : ReportProperty
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
A StyleAttributeNames object that represents a style attribute for the specified style.

Consulte também

Referência

Style Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering