Udostępnij przez


Właściwość CustomLabelCollection.Item (String)

Pobiera element o określonej nazwie.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Default Property Item ( _
    name As String _
) As CustomLabel
    Get
'Użycie
Dim instance As CustomLabelCollection
Dim name As String
Dim value As CustomLabel

value = instance(name)
public CustomLabel this[
    string name
] { get; }
public:
property CustomLabel^ default[String^ name] {
    CustomLabel^ get (String^ name);
}
member Item : CustomLabel
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry

Wartość właściwości

Typ: Microsoft.ReportingServices.OnDemandReportRendering.CustomLabel
A CustomLabel obiekt, który ma określoną nazwę.