Partilhar via


Propriedade do RDL LinearPointerCollection.Item (String)

Gets the item that has the specified name.

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

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    name As String _
) As LinearPointer 
    Get
'Uso
Dim instance As LinearPointerCollection 
Dim name As String 
Dim value As LinearPointer 

value = instance(name)
public LinearPointer this[
    string name
] { get; }
public:
property LinearPointer^ default[String^ name] {
    LinearPointer^ get (String^ name);
}
member Item : LinearPointer
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

  • name
    Tipo: System.String
    The name of the item in the collection.

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.LinearPointer
A LinearPointer object that has the specified name.

Consulte também

Referência

LinearPointerCollection Classe

Sobrecarregado Item

Namespace Microsoft.ReportingServices.OnDemandReportRendering