Item Propiedad (String)
Returns a style matching the specified name.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public MustOverride ReadOnly Default Property Item ( _
styleName As String _
) As Object
Get
'Uso
Dim instance As StyleBase
Dim styleName As String
Dim value As Object
value = instance(styleName)
public abstract Object this[
string styleName
] { get; }
public:
virtual property Object^ default[String^ styleName] {
Object^ get (String^ styleName) abstract;
}
abstract Item : Object
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- styleName
Tipo: System. . :: . .String
The name of the style to retrieve.
Valor de la propiedad
Tipo: System. . :: . .Object
An object containing the style matching the specified name.