Compartilhar via


Classe MapCustomViewInstance

Represents an instance type of the MapCustomView class and contains the calculated values of the properties in MapCustomView.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.MapViewInstance
      Microsoft.ReportingServices.OnDemandReportRendering.MapCustomViewInstance

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public NotInheritable Class MapCustomViewInstance _
    Inherits MapViewInstance
'Uso
Dim instance As MapCustomViewInstance
public sealed class MapCustomViewInstance : MapViewInstance
public ref class MapCustomViewInstance sealed : public MapViewInstance
[<SealedAttribute>]
type MapCustomViewInstance =  
    class 
        inherit MapViewInstance 
    end
public final class MapCustomViewInstance extends MapViewInstance

O tipo MapCustomViewInstance expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública CenterX Gets the calculated value of the CenterX property in a MapCustomView class.
Propriedade pública CenterY Gets the calculated value of the CenterY property in a MapCustomView class.
Propriedade pública Zoom Gets the calculated value of the Zoom property in a MapView class. (Herdado de MapViewInstance.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering