Partager via


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 FrameImageInstance
    Get
'Utilisation
Dim instance As FrameImage
Dim value As FrameImageInstance

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