Search
QueryDetailsEventArgs.Details Property
See Also
 





Gets or sets an object representing the details of the supplied master row.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public IEnumerable Details { get; set; }

Visual Basic  Copy Code

Public Property Details As IEnumerable

 Property Value

An IEnumeration object representing the details of the master row specified by MasterRow.

 See Also