Compartilhar via


Propriedade do RDL MetadataProperties.Item (String)

Gets an item from the collection that has the specified name.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    name As String _
) As MetadataProperty 
    Get
'Uso
Dim instance As MetadataProperties 
Dim name As String 
Dim value As MetadataProperty 

value = instance(name)
public MetadataProperty this[
    string name
] { get; }
public:
property MetadataProperty^ default[String^ name] {
    MetadataProperty^ get (String^ name);
}
member Item : MetadataProperty
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.RdlObjectModel.MetadataProperty
A MetadataProperty object that has the specified name.

Consulte também

Referência

MetadataProperties Classe

Sobrecarregado Item

Namespace Microsoft.ReportingServices.RdlObjectModel