StyleBaseInstance.Item Propiedad
Gets the instance value for the specified StyleAttributeNames property.
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 Object
Get
'Uso
Dim instance As StyleBaseInstance
Dim style As StyleAttributeNames
Dim value As Object
value = instance(style)
public abstract Object this[
StyleAttributeNames style
] { get; }
public:
virtual property Object^ default[StyleAttributeNames style] {
Object^ get (StyleAttributeNames style) abstract;
}
abstract Item : Object
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- style
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames
A [T:Microsoft.ReportingServices.OnDemandReportRendering.StyleBaseInstance.Item(Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames] value that represents the style attribute to access.
Valor de la propiedad
Tipo: System.Object
An object that represents the instance value for the specified StyleAttributeNames property.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering