ReportMargins Class

Represents the page margins for a report.

Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ReportMargins
'Usage
Dim instance As ReportMargins
[SerializableAttribute]
public class ReportMargins
[SerializableAttribute]
public ref class ReportMargins
[<SerializableAttribute>]
type ReportMargins =  class end
public class ReportMargins

Remarks

This is used by the PageSettings class, which is returned as the ReportPageSettings property of the ExecutionInfo class.

Inheritance Hierarchy

System.Object
  ReportExecution2005.ReportMargins

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.