Propriété 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 MapPolygonRulesInstance
Get
'Utilisation
Dim instance As MapPolygonRules
Dim value As MapPolygonRulesInstance
value = instance.Instance
public MapPolygonRulesInstance Instance { get; }
public:
property MapPolygonRulesInstance^ Instance {
MapPolygonRulesInstance^ get ();
}
member Instance : MapPolygonRulesInstance
function get Instance () : MapPolygonRulesInstance
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapPolygonRulesInstance
A MapPolygonRulesInstance object.
Voir aussi