ReportRegistry.Category class
namespace: Serenity.Reporting assembly: Serenity.Net.Services
Model for a report category.
public class Category
| parameter | description |
|---|---|
| key | Category key |
| title | Category title |
Public Members
| name | description |
|---|---|
| Category(…) | Model for a report category. |
| Key { get; } | Gets the key for the category. |
| Title { get; } | Gets the category title. |
Remarks
Initializes a new instance of the class.
See Also
- class ReportRegistry