ReportMargins Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the page margins for a report.
public ref class ReportMargins
public class ReportMargins
type ReportMargins = class
Public Class ReportMargins
- Inheritance
-
ReportMargins
Remarks
This is used by the PageSettings class, which is returned as the ReportPageSettings property of the ExecutionInfo class.
Constructors
ReportMargins() |
Initializes a new instance of the ReportMargins class. |
Properties
Bottom |
Returns the bottom margin, in millimeters, of a report page. Read-only. |
Left |
Returns the left margin, in millimeters, of a report page. Read-only. |
Right |
Returns the right margin, in millimeters, of a report page. Read-only. |
Top |
Returns the top margin, in millimeters, of a report page. Read-only. |