MindFusion WinForms Programmer's Guide
ReportCanvas.Margins Property
See Also
 





Gets or sets the margins of the displayed pages, expressed in millimeters.

Namespace: MindFusion.Reporting.WinForms
Assembly: MindFusion.Reporting.WinForms

 Syntax

C#  Copy Code

public Margins Margins { get; set; }

Visual Basic  Copy Code

Public Property Margins As Margins

 Property Value

An instance of the Margins class. The default is (20, 20, 20, 20).

 See Also

ReportCanvas Members
ReportCanvas Class
MindFusion.Reporting.WinForms Namespace