GroupInstance Class
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 | |
---|---|---|
DocumentMapLabel | Gets the calculated value of the DocumentMapLabel property in a Group class. | |
GroupExpressions | Gets the calculated value of the GroupExpressions property in a Group class. | |
PageName | Gets the calculated page name of this GroupInstance. | |
RecursiveLevel | Gets the calculated recursive level of this GroupInstance. | |
UniqueName | Gets the unique identifier of this instance object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ResetInstanceCache | Resets the instance cache. (Inherited from BaseInstance.) | |
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.