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