CustomPropertyCollection.Item[] Proprietà

Definizione

Ottiene una proprietà personalizzata dalla collezione.

Overload

Nome Descrizione
Item[Int32]

Ottiene una proprietà personalizzata a un indice specificato.

Item[String]

Restituisce una proprietà personalizzata nominata dalla collezione.

Item[Int32]

Ottiene una proprietà personalizzata a un indice specificato.

public:
 property Microsoft::ReportingServices::ReportRendering::CustomProperty ^ default[int] { Microsoft::ReportingServices::ReportRendering::CustomProperty ^ get(int index); };
public Microsoft.ReportingServices.ReportRendering.CustomProperty this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.ReportRendering.CustomProperty
Default Public ReadOnly Property Item(index As Integer) As CustomProperty

Parametri

index
Int32

L'indice della proprietà personalizzata da ottenere.

Valore della proprietà

Un oggetto CustomProperty.

Si applica a

Item[String]

Restituisce una proprietà personalizzata nominata dalla collezione.

public:
 property Microsoft::ReportingServices::ReportRendering::CustomProperty ^ default[System::String ^] { Microsoft::ReportingServices::ReportRendering::CustomProperty ^ get(System::String ^ name); };
public Microsoft.ReportingServices.ReportRendering.CustomProperty this[string name] { get; }
member this.Item(string) : Microsoft.ReportingServices.ReportRendering.CustomProperty
Default Public ReadOnly Property Item(name As String) As CustomProperty

Parametri

name
String

Nome della proprietà personalizzata.

Valore della proprietà

Un oggetto CustomProperty.

Si applica a