PageSettings.Margins Property
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 margins for a report page. Read-only.
public:
property ReportExecution2005::ReportMargins ^ Margins { ReportExecution2005::ReportMargins ^ get(); void set(ReportExecution2005::ReportMargins ^ value); };
public ReportExecution2005.ReportMargins Margins { get; set; }
member this.Margins : ReportExecution2005.ReportMargins with get, set
Public Property Margins As ReportMargins
Property Value
A read-only ReportMargins object encapsulating the margins for a report page.