Gets the item being rendered.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public ReportItem Item { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Item As ReportItem |
A reference to the ReportItem being rendered.
See Also