Skip to content
Radu Martin edited this page Jan 31, 2020 · 26 revisions

Introduction

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

There are extensions for report's controls, for report's parameters and extensions for add Decoration Helpers into report. All extensions are stored in the Extensions folder and are divided into sub-folders.

Placed in /Extensions folder

Decoration Helpers

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

Report constants and default values

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

Clone this wiki locally