Skip to main content
A newer version of this page is available. .

TemplatedLink.ReportFooterTemplate Property

Specifies the report footer template for the document.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v18.2.dll

Declaration

public DataTemplate ReportFooterTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object.

Remarks

Use the ReportFooterTemplate and TemplatedLink.ReportHeaderTemplate properties, to specify templates for the document report footer and header areas.

For more information, see Printing Links.

See Also