Gets the data context of the associated data range.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public Object Item { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Item As Object |
An object representing the data context.
See Also