Udostępnij za pośrednictwem


Właściwość PageSection.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 PageSectionInstance
    Get
'Użycie
Dim instance As PageSection
Dim value As PageSectionInstance

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