Condividi tramite


Proprietà CustomPropertyCollection.Item (String)

Returns a named custom property from the collection.

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    name As String _
) As CustomProperty 
    Get
'Utilizzo
Dim instance As CustomPropertyCollection 
Dim name As String 
Dim value As CustomProperty 

value = instance(name)
public CustomProperty this[
    string name
] { get; }
public:
property CustomProperty^ default[String^ name] {
    CustomProperty^ get (String^ name);
}
member Item : CustomProperty
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: Microsoft.ReportingServices.ReportRendering.CustomProperty
A CustomProperty object.

Vedere anche

Riferimento

CustomPropertyCollection Classe

Overload Item

Spazio dei nomi Microsoft.ReportingServices.ReportRendering