Partilhar via


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

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

Valor da propriedade

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

Consulte também

Referência

ReportSection Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering