ReportPaperSize Class

Definition

Represents the paper size of a report page. Read-only.

public ref class ReportPaperSize
public class ReportPaperSize
type ReportPaperSize = class
Public Class ReportPaperSize
Inheritance
ReportPaperSize

Remarks

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

Constructors

ReportPaperSize()

Initializes a new instance of the ReportPaperSize class.

Properties

Height

Represents the height of a report page, in millimeters. Read-only.

Width

Represents the height of a report page, in millimeters. Read-only.

Applies to