TableOfContentsProperties Class

Represents the table of contents properties.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsTableOfContentsProperties

Namespace: Dundas.BI.Entities.Views
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class TableOfContentsProperties

The TableOfContentsProperties type exposes the following members.

Constructors
 NameDescription
Public methodTableOfContentsProperties Initializes a new instance of the TableOfContentsProperties class.
Top
Properties
 NameDescription
Public propertyDefaultEntryStyle Gets or sets the default entry style.
Public propertyIndentSize Gets or sets the indent size in pixels.
Public propertyIsEnabled Gets or sets a value indicating whether the table of contents is enabled.
Public propertyIsRendered Gets or sets a value indicating whether the table of contents is rendered in the view.
Top
See Also