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





Gets or sets a value associated with this report item. This is a dependency property.

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

 Syntax

C#  Copy Code

public Object Value { get; set; }

Visual Basic  Copy Code

Public Property Value As Object

 Property Value

An object specifying the content of the CustomReportItem.

 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
Template Property