ActiveReports 8
SetWidth Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > SupportedPageInfo Class : SetWidth Method

value
An System.Int32 indicating the number of twips to which to set the page width.

Glossary Item Box

Sets the width of the page in twips.

Syntax

Visual Basic (Declaration) 
Public Sub SetWidth( _
   ByVal value As System.Integer _
) 
C# 
public void SetWidth( 
   System.int value
)

Parameters

value
An System.Int32 indicating the number of twips to which to set the page width.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also