-
Notifications
You must be signed in to change notification settings - Fork 2
Home
The library presents the two large groups of features: Extensions and Decoration Helpers. Features from the first group extend the DevExpress classes with additional functions. Decoration Helpers are convenient for creating reports and can be used instead of DevExpress Report Designer.
Extensions add new features to the XtraReport and XRControl classes. Also, these extensions add features such as creating the borders, alignment the content and formatting the values on XRControls. In additional, there are extensions for manipulation the report parameters and extensions for add Decoration Helpers into report.
All extensions are stored in the Extensions folder and are divided into sub-folders.
Decoration Helpers are the basis for generating the reports. These features implement base class hierarchy and the default classes related to the report's bands. Base classes can be used for implement own design. The default classes can be overridden with additional functionality. Also, there are classes for add calculation on the summary of group footer bands.
Placed in /DecorationHelpers folder
The special static class, that keeps the default values, can be used for setting the operational values dependent for all reports, like the default paper size, orientation and formatting strings.
Placed in /ReportConstants.cs file