Get the bitmap names/data for the bitmaps in a report. This method can only be called after processing a report. This will have an entry for every bitmap in the template. However, if Windward Reports is naming the files and/or creating the data then images that are not needed in the final report will have a filename of "" and an data size of 0.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property Bitmaps As HtmlBitmap() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ReportHtml
Dim value() As HtmlBitmap
value = instance.Bitmaps |
Managed Extensions for C++ | |
---|
public: __property HtmlBitmap*[]* get_Bitmaps(); |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also