AutoComplete for ASP.NET Web Forms
OutlineRootLevel プロパティ

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス : OutlineRootLevel プロパティ
Gets or sets the starting outline level for the groups in this report.
シンタックス
'宣言
 
Public Property OutlineRootLevel As System.Integer
public System.int OutlineRootLevel {get; set;}
解説

By default, C1Report creates an outline based on the report groups. The outline starts at level zero, and is visible in PDF versions of the report.

This property allows you to start the report at a custom level, which can be useful if you are rendering multiple reports into a larger document (using C1PrintDocument for example).

You can set this property to -1 to suppress the outline.

参照

C1Report クラス
C1Report メンバ