FlexReport for WinForms
CustomWidth プロパティ (Layout)


C1.Report アセンブリ > C1.Report 名前空間 > Layout クラス : CustomWidth プロパティ
Gets or sets the custom width for the report, in twips.
シンタックス
'宣言
 
Public Property CustomWidth As System.Double
'使用法
 
Dim instance As Layout
Dim value As System.Double
 
instance.CustomWidth = value
 
value = instance.CustomWidth
public System.double CustomWidth {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.

参照

参照

Layout クラス
Layout メンバ