ActiveReports Developer 7
PageWidth Property
See Also 
GrapeCity.ActiveReports.Export.Image.v7 Assembly > GrapeCity.ActiveReports.Export.Image.Page Namespace > Settings Class : PageWidth Property

Glossary Item Box

Set the value in inches to use for the width of the image. The format is an integer or decimal with "in" as the suffix, for example "8in" for 8 inches. The value set in this property overrides the report's settings.

Syntax

Visual Basic (Declaration) 
Public Property PageWidth As System.String
C# 
public System.string PageWidth {get; set;}

See Also