Class PageCreation
Specifies the modes of page creation for a report or document processing system.
Inheritance
System.Object
PageCreation
Namespace: BoldReports.RDL.Data
Assembly: BoldReports.Web.dll
Syntax
public sealed class PageCreation : Enum
Fields
Background
Page creation occurs in the background, typically precomputed.
Declaration
public const PageCreation Background
Field Value
Type | Description |
---|---|
PageCreation | Represents background page creation mode. |
Default
Page creation follows the default behavior specified by the system or application.
Declaration
public const PageCreation Default
Field Value
Type | Description |
---|---|
PageCreation | Represents default page creation mode. |
OnDemand
Page creation occurs on demand, as needed.
Declaration
public const PageCreation OnDemand
Field Value
Type | Description |
---|---|
PageCreation | Represents on-demand page creation mode. |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |