CustomLabelCollection.Item[String] Proprietà

Definizione

Ottiene l'elemento con il nome specificato.

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

Parametri

name
String

Nome dell'elemento nella raccolta.

Valore della proprietà

CustomLabel

Oggetto CustomLabel con il nome specificato.

Si applica a