ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionReport Class / DataSourceChanged Event

In This Topic
    DataSourceChanged Event (SectionReport)
    In This Topic
    Raised when the properties of the report's data source are modified.
    Syntax
    'Declaration
     
    Public Event DataSourceChanged As EventHandler
    public event EventHandler DataSourceChanged
    See Also