MindFusion WinForms Programmer's Guide
DataRange.MasterDetailRelation Property
See Also
 





Gets or sets the master detail relation.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public string MasterDetailRelation { get; set; }

Visual Basic  Copy Code

Public Property MasterDetailRelation As String

 Property Value

A string value specifying the name of the master detail relationship. The default is an empty string.

 Remarks

This property is used to establish a master detail relationship between embedded data ranges. For extensive information on how to perform data-binding and master detail relations in particular, visit Binding Reports to a Data Source.

 See Also

DataRange Members
DataRange Class
MindFusion.Reporting Namespace