Compartilhar via


Propriedade do RDL Group.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 GroupInstance 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

Group Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering