StiDataRelationParentColumns Property |
Gets or sets collection of parent column names.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax [TypeConverterAttribute(typeof(StiParentColumnsConverter))]
public string[] ParentColumns { get; set; }
<TypeConverterAttribute(GetType(StiParentColumnsConverter))>
Public Property ParentColumns As String()
Get
Set
Property Value
Type:
StringSee Also