Partager via


Propriété MapCustomView.Instance

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Instance As MapCustomViewInstance 
    Get
'Utilisation
Dim instance As MapCustomView 
Dim value As MapCustomViewInstance 

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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.MapCustomViewInstance
A MapCustomViewInstance object.

Voir aussi

Référence

MapCustomView Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering