ActiveReports Developer 7
SetWidth Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 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.

See Also