Reporting

Specifies settings that apply to a single, printed page.

Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public class PageSettings : ReportObject, 
	ICloneable
Visual Basic
Public Class PageSettings _
	Inherits ReportObject _
	Implements ICloneable

Remarks

The PageSettings class is used to specify settings that modify the way a page will be printed.

Inheritance Hierarchy

System..::..Object
  Telerik.Reporting..::..ReportObject
    Telerik.Reporting.Drawing..::..PageSettings

Version Information

Supported in: 1.0.1

See Also