Compartir a través de


Style.Item Propiedad

Gets a style attribute for the specified style.

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

Sintaxis

'Declaración
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

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

Vea también

Referencia

Style Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering