Compartir a través de


FrameBackground.Instance Propiedad

Gets the report instance object that contains the calculated values of this report definition object.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.FrameBackgroundInstance
A FrameBackgroundInstance object.

Vea también

Referencia

FrameBackground Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering