[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReport.DataSourceChanged

DataSourceChanged Event

Occurs when the DataMember or DataSource properties have changed.

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