Compartilhar via


Propriedade do RDL Map.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 MapInstance 
    Get
'Uso
Dim instance As Map 
Dim value As MapInstance 

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

Valor da propriedade

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

Consulte também

Referência

Map Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering