Compartir a través de


Group.Instance Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

Group Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering