Back to Devexpress

TemplatedLink.ReportHeaderTemplate Property

wpf-devexpress-dot-xpf-dot-printing-dot-templatedlink-c97c8081.md

latest1.6 KB
Original Source

TemplatedLink.ReportHeaderTemplate Property

Specifies the report header template for the document.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

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

Property Value

TypeDescription
DataTemplate

A DataTemplate object.

|

Remarks

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

For more information, see Printing Links.

See Also

ReportFooterTemplate

TemplatedLink Class

TemplatedLink Members

DevExpress.Xpf.Printing Namespace