Proprietà Instance
Gets the report instance object that contains the calculated values of this report definition object.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Instance As FrameImageInstance
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .FrameImageInstance
A FrameImageInstance object.
Vedere anche