Windward Studios API Reference
Bitmaps Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportHtml Class : Bitmaps Property




Glossary Item Box

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
C# 
public HtmlBitmap[] Bitmaps {get;}
Managed Extensions for C++ 
public: __property HtmlBitmap*[]* get_Bitmaps();
C++/CLI 
public:
property array<HtmlBitmap^>^ Bitmaps {
   array<HtmlBitmap^>^ get();
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software