Udostępnij przez


Właściwość MapDataRegionCollection.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 MapDataRegion
    Get
'Użycie
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
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.MapDataRegion
A MapDataRegion obiekt, który ma określoną nazwę.