Provides contextual information when drawing report items.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public class DrawContext |
Visual Basic Copy Code |
---|
Public Class DrawContext |
Instances of this class are passed as arguments to the DrawPage method of the ReportLayout.
The 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), |
System.Object
MindFusion.Reporting.DrawContext