Defines the appearance and behavior of the C1WebReport built-in navigation toolbar.

Namespace:  C1.Web.C1WebReport
Assembly:  C1.Web.C1WebReport.2 (in C1.Web.C1WebReport.2.dll)

Syntax

C#
public class NavigationBar : IStateManager
Visual Basic (Declaration)
Public Class NavigationBar _
	Implements IStateManager

Remarks

If the Paged property is set to true, reports are broken up into pages and displayed on the browser one page at a time.

The built-in NavigationBar provides UI elements that allow users to browse the report page by page.

Inheritance Hierarchy

System..::..Object
  C1.Web.C1WebReport..::..NavigationBar

See Also