Gets or sets the DataTemplate to use when generating the visualization of the item footer. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public DataTemplate FooterTemplate { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FooterTemplate As DataTemplate |
A WPF DataTemplate object specifying the footer template.
See Also