'宣言 Public Property CustomHeight As System.Double
'使用法 Dim instance As Layout Dim value As System.Double instance.CustomHeight = value value = instance.CustomHeight
public System.double CustomHeight {get; set;}
'宣言 Public Property CustomHeight As System.Double
'使用法 Dim instance As Layout Dim value As System.Double instance.CustomHeight = value value = instance.CustomHeight
public System.double CustomHeight {get; set;}
To create reports using custom paper sizes, set the Layout.PaperSize property to custom, then set the Layout.CustomWidth and Layout.CustomHeight properties to the size of the page measured in twips.
If the Layout.PaperSize is set to a value other than custom, the paper size is determined by that setting. The Layout.CustomWidth and Layout.CustomHeight properties are not used in this case.
If the Layout.PaperSize is set to custom and the Layout.CustomWidth or Layout.CustomHeight properties are set to zero, the printer's default paper size is used.