Windward Engine API Reference
ReportImage Constructor(Stream,FORMAT)
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportImage Class > ReportImage Constructor : ReportImage Constructor(Stream,FORMAT)




template
The report template
imageFormat
The bitmap format for the pages. RENDER_EPS or RENDER_SVG.

Glossary Item Box

Create a ProcessImage object with the passed in template. Objects created with this constructor must call processSetup, processData, and processComplete.Objects created with this constructor cannot call process. The report will be in the requested bitmap format. Use this constructor for vector (no DPI) formats.

Syntax

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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.