TemplateType Enumeration

The type the target of the action is.

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public enum TemplateType
Members
  Member nameValueDescription
None0 The template type is not set.
Body1 The template is the body of a group.
BottomLeftCorner2 The template is the bottom-left corner of a group.
BottomRightCorner3 The template is the bottom-right corner of a group.
ColumnFooter4 The template is the column footer of a group.
ColumnHeader5 The template is the column header of a group.
PageFooter6 The template is the page footer.
PageHeader7 The template is the page header.
RowFooter8 The template is the row footer of a group.
RowHeader9 The template is the row header of a group.
TopLeftCorner10 The template is the top-left corner of a group.
TopRightCorner11 The template is the top-right corner of a group.
ViewFooter12 The template is the view footer.
ViewHeader13 The template is the view header.
See Also