| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal template As Stream, _ ByVal imageFormat As ReportImage.FORMAT _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim template As Stream Dim imageFormat As ReportImage.FORMAT Dim instance As New ReportImage(template, imageFormat)  | |
| C# | |
|---|---|
public ReportImage( Stream template, ReportImage.FORMAT imageFormat )  | |
| Managed Extensions for C++ | |
|---|---|
public: ReportImage( Stream* template, ReportImage.FORMAT imageFormat )  | |
| C++/CLI | |
|---|---|
public: ReportImage( Stream^ template, ReportImage.FORMAT imageFormat )  | |
Parameters
- template
 - The report template
 - imageFormat
 - The bitmap format for the pages. RENDER_EPS or RENDER_SVG.
 
Requirements
Platforms: Windows 10, Windows NT, Windows Server