Condividi tramite


Proprietà MapDataRegionCollection.Item (String)

Gets the item that has the specified name.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    name As String _
) As MapDataRegion 
    Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

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

Valore proprietà

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

Vedere anche

Riferimento

MapDataRegionCollection Classe

Overload Item

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering