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


C1.Report アセンブリ > C1.Report 名前空間 > Layout クラス : Width プロパティ
Gets or sets the width of the report's detail section, in twips.
シンタックス
'宣言
 
Public Property Width As System.Double
'使用法
 
Dim instance As Layout
Dim value As System.Double
 
instance.Width = value
 
value = instance.Width
public System.double Width {get; set;}
解説

This property determines the width of the detail section of the report.

Multi-column reports have header and footer sections that span all columns so their actual width is Width * Columns.

For example, a two-column report with a one-inch wide detail section would have Width = 1440, and its total width would be 2 * 1440 = 2880.

参照

参照

Layout クラス
Layout メンバ