Gets or sets a value indicating whether the paper source is selected automatically.

The default value is false.

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

Syntax

C#
[DefaultValueAttribute(false)]
public bool AutoPaperSource { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
Public Property AutoPaperSource As Boolean
	Get
	Set

Remarks

The default value for this property is False.

See Also