ComponentOne Reports for WPF
C1.C1Report Namespace / C1Report Class / PageRenderingMode Property

In This Topic
    PageRenderingMode Property (C1Report)
    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