[]
Occurs when the DataMember or DataSource properties have changed.
[Browsable(false)]
public event EventHandler DataSourceChanged
| Type | Description |
|---|---|
| EventHandler | Occurs when the DataMember or DataSource properties have changed. |
var sectionReport = new GrapeCity.ActiveReports.SectionReport();
sectionReport.Document.Printer.PrinterName = String.Empty;
sectionReport.DataSourceChanged += (sender, e) => label.Text = rpt.DataMember;