ComponentOne FlexReport for WinForms
CustomHeight Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > Layout Class : CustomHeight Property
Gets or sets the custom height for the report, in twips.
Syntax
'Declaration
 
Public Property CustomHeight As System.Double
public System.double CustomHeight {get; set;}
Remarks

To create reports using custom paper sizes, set the PaperSize property to custom, then set the CustomWidth and CustomHeight properties to the size of the page measured in twips.

If the PaperSize is set to a value other than custom, the paper size is determined by that setting. The CustomWidth and CustomHeight properties are not used in this case.

If the PaperSize is set to custom and the CustomWidth or CustomHeight properties are set to zero, the printer's default paper size is used.

See Also

Reference

Layout Class
Layout Members