Back to Devexpress

TemplatedLink.ReportFooterTemplate Property

wpf-devexpress-dot-xpf-dot-printing-dot-templatedlink-3e16a843.md

latest1.6 KB
Original Source

TemplatedLink.ReportFooterTemplate Property

Specifies the report footer template for the document.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public DataTemplate ReportFooterTemplate { get; set; }
vb
Public Property ReportFooterTemplate As DataTemplate

Property Value

TypeDescription
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

ReportHeaderTemplate

TemplatedLink Class

TemplatedLink Members

DevExpress.Xpf.Printing Namespace