Partilhar via


Propriedade do RDL StyleBase.Item (Int32)

Returns a style at the specified index.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

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

Valor da propriedade

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

Consulte também

Referência

StyleBase Classe

Sobrecarregado Item

Namespace Microsoft.ReportingServices.ReportRendering