Compartilhar via


Propriedade do RDL MapDataRegionCollection.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 MapDataRegion 
    Get
'Uso
Dim instance As MapDataRegionCollection 
Dim name As String 
Dim value As MapDataRegion 

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

Consulte também

Referência

MapDataRegionCollection Classe

Sobrecarregado Item

Namespace Microsoft.ReportingServices.OnDemandReportRendering