Reports for WinForms
CustomHeight プロパティ

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > Layout クラス : CustomHeight プロパティ
レポートの独自の高さを取得または設定します(ツイップ単位)。
シンタックス
'宣言
 
Public Property CustomHeight As System.Double
public System.double CustomHeight {get; set;}
解説

独自の用紙サイズでレポートを作成するには、 PaperSizeプロパティを System.Drawing.Printing.PaperKind.Customに設定し、 CustomWidthプロパティと CustomHeightプロパティを用紙のサイズ(ツイップ単位)に設定します。

PaperSizeSystem.Drawing.Printing.PaperKind.Custom以外の値に設定されている場合、用紙サイズはその設定によって決定されます。この場合、 CustomWidthプロパティと CustomHeightプロパティは使用されません。

PaperSizeSystem.Drawing.Printing.PaperKind.Customに設定され、 CustomWidthプロパティと CustomHeightプロパティが0に設定されている場合は、プリンタのデフォルトの用紙サイズが使用されます。

参照

Layout クラス
Layout メンバ