MindFusion WinForms Programmer's Guide
DrawContext Constructor
See Also
 





Initializes a new instance of the DrawContext class.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public DrawContext (
    Report report
)

Visual Basic  Copy Code

Public New ( _
    report As Report _
)

 Parameters

report

The Report object whose items will be drawn using this DrawContext.

 See Also

DrawContext Class
MindFusion.Reporting Namespace