CodeCharge Studio All C#.NET VB.NET

PageSize Run-Time Property (.NET)

Applies to

Report Form

Syntax

C#.NET

public virtual float PageSize{get;set;}

VB.NET

Public Overridable Property PageSize() As Single

Description

Retrieves or sets the number of lines per page to be output in Print view mode.

Examples

C#.NET

Report1.PageSize = 100;

VB.NET

Report1.PageSize = 100

See also

PageSizeLimit Property,WebPageSize Property,ViewMode Property


On-line, printable versions and updates