Search
ItemWithSections.FooterTemplate Property
See Also
 





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

 Syntax

C#  Copy Code

public DataTemplate FooterTemplate { get; set; }

Visual Basic  Copy Code

Public Property FooterTemplate As DataTemplate

 Property Value

A WPF DataTemplate object specifying the footer template.

 See Also