Propriedade Instance
Gets the report instance object that contains the calculated values of this report definition object.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Instance As FrameBackgroundInstance
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .FrameBackgroundInstance
A FrameBackgroundInstance object.
Consulte também