Instance propriété
Gets the instance object that contains calculated values of this definition object.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Instance As GaugeCellInstance
Get
'Utilisation
Dim instance As GaugeCell
Dim value As GaugeCellInstance
value = instance.Instance
public GaugeCellInstance Instance { get; }
public:
property GaugeCellInstance^ Instance {
GaugeCellInstance^ get ();
}
member Instance : GaugeCellInstance
function get Instance () : GaugeCellInstance
Valeur de la propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeCellInstance
A GaugeCellInstance object.