dundas.controls.Template Class

A template for a generated area in a repeating view.
 

Inheritance Hierarchy

 
Class
   dundas.controls.Template
 

Constructors

 
  Name Description
init Initializes the Template. Called during construction.
 
 

Properties

 
  Name Description
actualIsHidden Gets a value indicating whether this instance is effectively hidden.
adapterIds Gets or sets the collection of control adapter IDs which are contained in the template.
background Gets or sets the brush to apply as the background for the template area.
group Gets or sets the group that contains this template.
height Gets or sets the height of the template area in pixels.
hidePageHeaderAndFooterFromViewHeader Gets or sets a value indicating whether the page header and footer will be hidden in the report header.
id Gets or sets an ID that uniquely identifies the template.
isHidden Gets or sets a value indicating whether the template area is hidden.
isHiddenIfEmpty Gets or sets a value indicating whether the template area is hidden when it contains no adapters.
isHiddenInDesign Gets or sets a value indicating whether the template area is not shown while editing.
isPageBreakAfter Gets or sets a value indicating whether a page break is inserted after.
isPageBreakBefore Gets or sets a value indicating whether a page break is inserted before.
isPageNumberingResetAfter Gets or sets a value indicating whether the total page count and page numbers are reset after.
tableOfContentsEntryProperties Gets or sets the table of contents properties.
templateCellIds Gets or sets the template cell adapters for this template.
templateType Gets or sets the template type.
width Gets or sets the width of the template area in pixels.
 
 

Methods

 
  Name Description
addAdapterId Adds an adapter ID to the template.
addAdapterIds Adds adapter IDs to the template.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
getGroupingElements Gets the collection of grouping elements that are associated to this template.
getGroupingHierarchies Gets the collection of grouping hierarchies that apply to the template.
removeAdapterId Removes an adapter ID from the template.
removeAdapterIds Removes adapter IDs starting at the specified index from the template.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.