Udostępnij przez


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

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