Gets or sets the paper size for the report.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultValueAttribute(PaperKind.Custom)]
[ComVisibleAttribute(false)]
public PaperKind PaperSize { get; set; }
Visual Basic
<DefaultValueAttribute(PaperKind.Custom)> _
<ComVisibleAttribute(False)> _
Public Property PaperSize As PaperKind
	Get
	Set

Remarks

The default value for this property is PaperKind.Custom.

See Also