PageWidth Property (Report)
In This Topic
Gets or sets the width of the pages in the report.
Syntax
'Declaration
Public Property PageWidth As Length
public Length PageWidth {get; set;}
Property Value
A
Length structure indicating the width of the pages in the report.
See Also