[]
Gets or sets a reference to the report's main DataSource, or null if the report is unbound.
[C1Category("Data")]
[C1Description("C1FlexReport.DataSource", "The report's main data source (none if the report is unbound).")]
[Browsable(false)]
public DataSource DataSource { get; set; }
<C1Category("Data")>
<C1Description("C1FlexReport.DataSource", "The report's main data source (none if the report is unbound).")>
<Browsable(False)>
Public Property DataSource As DataSource