[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.CategoryGrouping

CategoryGrouping Class

The CategoryGrouping element defines the category level for a Chart. The labels for the categories are displayed along the category axis.

Inheritance
CategoryGrouping
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class CategoryGrouping : ReportComponent, IReportComponent, IComponent, IDisposable, IValidateable
Remarks

A CategoryGrouping object must have either a defined DynamicCategories or a defined StaticCategories property, but not both.

Constructors

Name Description
CategoryGrouping()

Initializes a new instance of the CategoryGrouping class.

Properties

Name Description
DynamicCategories

Gets the dynamic category headings for the grouping.

StaticCategories

Gets the static category headings for the grouping.

Methods

Name Description
Validate(ValidationContext)

Validates the information in each property of the CategoryGrouping object.

Extension Methods