TableOfContentsEntryProperties Class

Represents a table of contents entry properties.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsTableOfContentsEntryProperties

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

The TableOfContentsEntryProperties type exposes the following members.

Constructors
  NameDescription
Public methodTableOfContentsEntryProperties
Initializes a new instance of the TableOfContentsEntryProperties class.
Top
Properties
  NameDescription
Public propertyEntryStyle
Gets or sets the entry style.
Public propertyIsEnabled
Gets or sets a value indicating whether the table of contents entry is enabled or not.
Public propertyText
Gets or sets the text.
Public propertyTextSourceAdapterId
Gets or sets the ID of the adapter that provides data for the text.
Public propertyTextSourceMetricSetBindingId
Gets or sets the ID of the metric set binding that provides data for the text.
Top
See Also