TemplateData Class

Represents a template for returning a Template through the REST API.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class TemplateData : BaseDataContract

The TemplateData type exposes the following members.

Constructors
  NameDescription
Public methodTemplateData
Initializes a new instance of the TemplateData 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 propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Public propertyWidth
Gets or sets the width.
Top
Methods
  NameDescription
Public methodStatic memberFromDataContractMappings
The mapping between TemplateData and Template.
Public methodStatic memberToDataContractMappings
The mapping between Template and TemplateData.
Top
See Also