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