Search
ReportOptions.PageMargins Property
See Also
 





Gets or sets the page margins.

Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Reporting

 Syntax

C#  Copy Code

public Margins PageMargins { get; set; }

Visual Basic  Copy Code

Public Property PageMargins As Margins

 Property Value

An instance of the .NET Margins class specifying the spacing between the report contents and the physical page border. The default is 0.75 inches from all sides.

 See Also