Compartilhar via


Propriedade do RDL MapViewport.Instance

Gets the report instance object that contains the calculated values of this report definition object.

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

Sintaxe

'Declaração
Public ReadOnly Property Instance As MapViewportInstance 
    Get
'Uso
Dim instance As MapViewport 
Dim value As MapViewportInstance 

value = instance.Instance
public MapViewportInstance Instance { get; }
public:
property MapViewportInstance^ Instance {
    MapViewportInstance^ get ();
}
member Instance : MapViewportInstance
function get Instance () : MapViewportInstance

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapViewportInstance
A MapViewportInstance object.

Consulte também

Referência

MapViewport Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering