Partilhar via


Propriedade do RDL Report.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 ReportInstance 
    Get
'Uso
Dim instance As Report 
Dim value As ReportInstance 

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

Valor da propriedade

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

Consulte também

Referência

Report Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering