Partager via


Propriété MapPointRules.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 MapPointRulesInstance 
    Get
'Utilisation
Dim instance As MapPointRules 
Dim value As MapPointRulesInstance 

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

Valeur de propriété

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

Voir aussi

Référence

MapPointRules Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering