AutoComplete for ASP.NET Web Forms
PageRenderingMode 列挙体

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : PageRenderingMode 列挙体
Specifies the page rendering modes used when generating a report.
シンタックス
'宣言
 
Public Enum PageRenderingMode 
   Inherits System.Enum
public enum PageRenderingMode : System.Enum 
メンバ
メンバ解説
AsMetafilesWhen generating a report, for each page a metafile is produced and serialized, and all page related data is then purged from memory. This mode is slower than the default, but uses less memory. Use this mode for large reports that run out of memory if using the default mode.
DefaultThe default page rendering mode.
ReflowableDocumentThe C1.C1Preview.C1PrintDocument representing the generated report (accessible via the C1Document property) will be reflowable, so that additional elements (such as overlays) may be added to the document after the report has generated, and C1Report.C1Document.Generate() may be called to render the additional content.

Note that this mode is slower than the default, so use only when necessary.

継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Report.PageRenderingMode

参照

C1.C1Report 名前空間
PageRenderingMode プロパティ