[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.ReportBase

ReportBase Class

Represents the base class for a report object.

Inheritance
ReportBase
Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public abstract class ReportBase

Constructors

Name Description
ReportBase()

Initializes a new instance of the ReportBase class.

Properties

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.

Methods

Name Description
GetEvaluationMessage(bool)

Returns the evaluation message text for the component which must be rendered on the page.

Extension Methods