FixedPageWidth Property (WordExporter)
In This Topic
Gets or sets a value indicating whether the Page Width written to the DOC file will grow to accommodate the width of the largest page in the Report Body. The default value is false.
Syntax
'Declaration
Public Property FixedPageWidth As Boolean
public bool FixedPageWidth {get; set;}
See Also