Compartilhar via


Propriedade do RDL StyleBase.Item

Gets a style attribute.

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

Sintaxe

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

value = instance(style)
public abstract ReportProperty this[
    StyleAttributeNames style
] { get; }
public:
virtual property ReportProperty^ default[StyleAttributeNames style] {
    ReportProperty^ get (StyleAttributeNames style) abstract;
}
abstract 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
One of the enumeration values of the StyleAttributeNames enumeration that represents a style attribute.

Consulte também

Referência

StyleBase Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering