Gets a list of 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(Int32) and GetPageCount()()()() methods.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[ObsoleteAttribute("Use GetPageImages(), GetPageImage(int) and GetPageCount() methods instead.")] [BrowsableAttribute(false)] public ArrayList PageImages { get; } |
Visual Basic |
---|
<ObsoleteAttribute("Use GetPageImages(), GetPageImage(int) and GetPageCount() methods instead.")> _ <BrowsableAttribute(False)> _ Public ReadOnly Property PageImages As ArrayList Get |
Remarks
Use the Render()()()() method to create or refresh the page images.