Gets or sets a value associated with this report item. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public Object Value { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Value As Object |
An object specifying the content of the CustomReportItem.
RemarksWhen a CustomReportItem is rendered, it creates a WPF ContentControl and assigns its own Value and Template properties to the control's Content and ContentTemplate properties respectively.
See Also