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

In This Topic
    PageImages Property
    In This Topic
    Gets a list of System.Drawing.Imaging.Metafile objects that correspond to the pages in the report. Using this property on large reports is not recommended as it creates images for all pages at once and thus can exhaust system resources. Instead, use GetPageImages, GetPageImage and GetPageCount methods.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageImages As System.Collections.ArrayList
    public System.Collections.ArrayList PageImages {get;}
    Remarks
    Use the Render method to create or refresh the page images.
    See Also