ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / C1Report Class / PageRenderingMode Property

In This Topic
    PageRenderingMode Property
    In This Topic
    Gets or sets a value specifying the page rendering mode to use when generating the report. Use PageRenderingMode.AsMetafiles for very large reports which run out of memory when using the default mode.
    Syntax
    'Declaration
     
    Public Property PageRenderingMode As PageRenderingMode
    public PageRenderingMode PageRenderingMode {get; set;}
    See Also