ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / C1Report Class / OutlineRootLevel Property

In This Topic
    OutlineRootLevel Property
    In This Topic
    Gets or sets the starting outline level for the groups in this report.
    Syntax
    'Declaration
     
    Public Property OutlineRootLevel As System.Integer
    public System.int OutlineRootLevel {get; set;}
    Remarks

    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.

    See Also