[]
Represents the base class for a report object.
public abstract class ReportBase
| Name | Description |
|---|---|
| ReportBase() | Initializes a new instance of the ReportBase class. |
| Name | Description |
|---|---|
| EvaluationPosition | Gets the evaluation message position. |
| HasDelayedValues | Checks if the report has items with the delayed expressions. |
| LicenseLevel | Gets the current component license level. |
| ReportSections | Gets the sections of the report. |
| StartPageNumber | Gets the page number to start the numeration with. |
| ViewerType | Gets or sets the viewer type. |
| VisibleReportSections | Gets the visible sections of the report. |
| Name | Description |
|---|---|
| GetEvaluationMessage(bool) | Returns the evaluation message text for the component which must be rendered on the page. |