Compartir a través de


StyleBase.Item Propiedad (Int32)

Returns a style at the specified index.

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

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Object 
    Get
'Uso
Dim instance As StyleBase 
Dim index As Integer 
Dim value As Object 

value = instance(index)
public Object this[
    int index
] { get; }
public:
property Object^ default[int index] {
    Object^ get (int index);
}
member Item : Object
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

  • index
    Tipo: System.Int32
    The index of the style to retrieve.

Valor de la propiedad

Tipo: System.Object
An object containing the style at the specified index.

Vea también

Referencia

StyleBase Clase

Sobrecarga de Item

Espacio de nombres Microsoft.ReportingServices.ReportRendering