Gets or sets the master detail relation.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public string MasterDetailRelation { get; set; } |
Visual Basic Copy Code |
---|
Public Property MasterDetailRelation As String |
A string value specifying the name of the master detail relationship. The default is an empty string.
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.