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 ArrayList
public ArrayList PageImages {get;}
See Also