Get an array of pages where each page is represented by a byte array (for easy file output) This only returns the array if the html.split_pages property is enabled, otherwise it returns null. This can only be called after processing a report.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property Pages As List(Of Byte()) |
Managed Extensions for C++ | |
---|
public: __property List<byte[]>* get_Pages(); |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also