MindFusion.Reporting for Silverlight Programmer's Guide
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.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public DataTemplate FooterTemplate { get; set; }

Visual Basic  Copy Code

Public Property FooterTemplate As DataTemplate

 Property Value

A Silverlight DataTemplate object specifying the footer template.

 See Also

ItemWithSections Members
ItemWithSections Class
MindFusion.Reporting.Silverlight Namespace
HeaderTemplate Property