Condividi tramite


Proprietà ReportSection.Instance

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Instance As ReportSectionInstance 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ReportSection Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering