ReportPageSettings.Margins Property
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