Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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
Namespace Microsoft.ReportingServices.OnDemandReportRendering