Template Class

Represents a template containing controls that can be created.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsTemplate

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 Template

The Template type exposes the following members.

Constructors
 NameDescription
Public methodTemplate Initializes a new instance of the Template class.
Top
Properties
 NameDescription
Public propertyAdapterIds Gets the collection of IDs for control adapters which are used in the template.
Public propertyBackground Gets or sets the brush used to paint the background.
Public propertyHeight Gets or sets the height.
Public propertyHidePageHeaderAndFooterFromViewHeader Gets or sets a value indicating whether the page header and footer will be hidden in the report header.
Public propertyId Gets or sets the unique identifier of the template.
Public propertyIsHidden Gets or sets a value indicating whether the template area is hidden.
Public propertyIsHiddenIfEmpty Gets or sets a value indicating whether the template area is hidden when it contains no adapters.
Public propertyIsPageBreakAfter Gets or sets a value indicating whether a page break is inserted after.
Public propertyIsPageBreakBefore Gets or sets a value indicating whether a page break is inserted before.
Public propertyIsPageNumberingResetAfter Gets or sets a value indicating whether the total page count and page numbers are reset after.
Public propertyTableOfContentsEntryProperties Gets or sets the table of contents properties for this template.
Public propertyTemplateCellIds Gets the collection of IDs for template cells which hold adapters.
Public propertyTemplateType Gets or sets the template type.
Public propertyWidth Gets or sets the width.
Top
See Also