[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Html.Page.RenderMode

RenderMode Enum

HTML rendering modes.

Namespace: GrapeCity.ActiveReports.Export.Html.Page
Assembly: MESCIUS.ActiveReports.Export.Html.dll
Syntax
public enum RenderMode
Remarks

This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.

Fields

Name Description
Galley

The report will be rendered in HTML with one page header, one page footer (if they exist) and the report body will be rendered in one large section.

Paginated

The report will be rendered in HTML with a page head and page footer for each page (if they exist) and the positions will be determined by the report's page height.