Gets or sets an object representing the details of the supplied master row.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public IEnumerable Details { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Details As IEnumerable |
An IEnumeration object representing the details of the master row specified by MasterRow.
See Also