ReportModelReportFooterTemplate Property |
Gets or sets the template for the report footer displayed after all report groups.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic Template ReportFooterTemplate { get; set; }Public Property ReportFooterTemplate As Template
Get
Set
public:
property Template^ ReportFooterTemplate {
Template^ get ();
void set (Template^ value);
}member ReportFooterTemplate : Template with get, set
Property Value
Type:
Template
The report footer template.
See Also