Group Class
Represents a data group.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class Group _
Implements IPageBreakItem
'Usage
Dim instance As Group
public sealed class Group : IPageBreakItem
public ref class Group sealed : IPageBreakItem
[<SealedAttribute>]
type Group =
class
interface IPageBreakItem
end
public final class Group implements IPageBreakItem
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.Group
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.