ActiveReports.Viewer3 Request technical support
Width Property
See Also 


Gets or sets the width of the page (in inches).

Syntax

Visual Basic (Declaration) 
Public Property Width As Single
Visual Basic (Usage)Copy Code
Dim instance As Page
Dim value As Single
 
instance.Width = value
 
value = instance.Width
C# 
public float Width {get; set;}

See Also