StyleBase.Item Propiedad
Gets a style attribute.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- style
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames
The style attribute to get.
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
One of the enumeration values of the StyleAttributeNames enumeration that represents a style attribute.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering