Provides contextual information when drawing report items.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public class DrawContext |
Visual Basic
Copy Code
|
|---|
Public Class DrawContext |
RemarksInstances of this class are passed as arguments to the DrawPage method of the ReportLayout.
ExampleThe following example layouts a report and draws its last page. The layout assumes that report1 is a variable identifying an existing report and that graphics identifies an instance of IGraphics.
C#
Copy Code
|
|---|
ReportLayout layout = report1.Layout(new SizeF(210, 297), |
Inheritance HierarchySystem.Object![]()
MindFusion.Reporting.DrawContext
See Also