Enum PageCreation
Specifies the modes of page creation for a report or document processing system.
Namespace: BoldReports.RDL.Data
Assembly: BoldReports.Web.dll
Syntax
public enum PageCreation
Fields
Name | Description |
---|---|
Background | Page creation occurs in the background, typically precomputed. |
Default | Page creation follows the default behavior specified by the system or application. |
OnDemand | Page creation occurs on demand, as needed. |