MindFusion.Reporting for Silverlight Programmer's Guide
CustomReportItem.Template Property
See Also
 





Gets or sets the DataTemplate, which should be used to define the visual appearance of this report item. This template can contain any Silverlight elements. This is a dependency property.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public DataTemplate Template { get; set; }

Visual Basic  Copy Code

Public Property Template As DataTemplate

 Property Value

A .NET DataTemplate object.

 Remarks

When a CustomReportItem is rendered, it creates a Silverlight ContentControl and assigns its own Value and Template properties to the control's Content and ContentTemplate properties respectively.

 See Also

CustomReportItem Members
CustomReportItem Class
MindFusion.Reporting.Silverlight Namespace
Value Property