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)
SyntaxPublic Enumeration TemplateType
public enum class TemplateType
Members|
| Member name | Value | Description |
|---|
| None | 0 |
The template type is not set.
|
| Body | 1 |
The template is the body of a group.
|
| BottomLeftCorner | 2 |
The template is the bottom-left corner of a group.
|
| BottomRightCorner | 3 |
The template is the bottom-right corner of a group.
|
| ColumnFooter | 4 |
The template is the column footer of a group.
|
| ColumnHeader | 5 |
The template is the column header of a group.
|
| PageFooter | 6 |
The template is the page footer.
|
| PageHeader | 7 |
The template is the page header.
|
| RowFooter | 8 |
The template is the row footer of a group.
|
| RowHeader | 9 |
The template is the row header of a group.
|
| TopLeftCorner | 10 |
The template is the top-left corner of a group.
|
| TopRightCorner | 11 |
The template is the top-right corner of a group.
|
| ViewFooter | 12 |
The template is the view footer.
|
| ViewHeader | 13 |
The template is the view header.
|
See Also