Compartir a través de


Item Propiedad (String)

Gets the item that has the specified name.

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

Sintaxis

'Declaración
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

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