GroupInstance Class

Represents an instance type of the Group class, and contains the calculated values of the properties in Group.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.GroupInstance

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class GroupInstance _
    Inherits BaseInstance
'Usage
Dim instance As GroupInstance
public sealed class GroupInstance : BaseInstance
public ref class GroupInstance sealed : public BaseInstance
[<SealedAttribute>]
type GroupInstance =  
    class 
        inherit BaseInstance 
    end
public final class GroupInstance extends BaseInstance

The GroupInstance type exposes the following members.

Properties

  Name Description
Public property DocumentMapLabel Gets the calculated value of the DocumentMapLabel property in a Group class.
Public property GroupExpressions Gets the calculated value of the GroupExpressions property in a Group class.
Public property PageName Gets the calculated page name of this GroupInstance.
Public property RecursiveLevel Gets the calculated recursive level of this GroupInstance.
Public property UniqueName Gets the unique identifier of this instance object.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace