Partilhar via


Propriedade do RDL CustomLabelCollection.Item (String)

Gets the item that has the specified name.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    name As String _
) As CustomLabel 
    Get
'Uso
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
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

  • name
    Tipo: System.String
    The name of the item in the collection.

Valor da propriedade

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

Consulte também

Referência

CustomLabelCollection Classe

Sobrecarregado Item

Namespace Microsoft.ReportingServices.OnDemandReportRendering