ReportModel Class

Represents the model for a report.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsReportModel

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class ReportModel

The ReportModel type exposes the following members.

Constructors
  NameDescription
Public methodReportModel
Initializes a new instance of the ReportModel class.
Top
Properties
  NameDescription
Public propertyGroups
Gets the collection of groups in the report.
Public propertyIsPageFooterShownOnFirstPage
Gets or sets a value indicating whether the page footer is shown on the first page.
Public propertyIsPageHeaderShownOnFirstPage
Gets or sets a value indicating whether the page header is shown on the first page.
Public propertyPageFooterTemplate
Gets or sets the template for the page footer displayed at the end of each page.
Public propertyPageHeaderTemplate
Gets or sets the template for the page header displayed at the start of each page.
Public propertyPageReadyActions
Gets the page loaded actions.
Public propertyReportFooterTemplate
Gets or sets the template for the report footer displayed after all report groups.
Public propertyReportHeaderTemplate
Gets or sets the template for the report header displayed before all report groups.
Top
See Also