Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the margins for a report page. Read-only.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public Margins Margins { get; }
public:
property Margins^ Margins {
Margins^ get();
}
member Margins : Margins with get
Public ReadOnly Property Margins As Margins
Property Value
Type: System.Drawing.Printing.Margins
A read-only Margins object containing margin information about the report page.
See Also
ReportPageSettings Class
Microsoft.Reporting.WinForms Namespace
Return to top