Udostępnij przez


Właściwość ReportSection.Instance

Pobiera obiekt wystąpienie raport, który zawiera obliczone wartości tego obiektu definicja raportu.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Instance As ReportSectionInstance
    Get
'Użycie
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