ActiveReports 9
LocateDataSource Event (Designer)

Occurs when a data provider of the previewed report needs to locate the data at runtime.
Syntax
'Declaration
 
Public Event LocateDataSource As LocateDataSourceEventHandler
public event LocateDataSourceEventHandler LocateDataSource
Event Data

The event handler receives an argument of type LocateDataSourceEventArgs containing data related to this event. The following LocateDataSourceEventArgs properties provide information specific to this event.

PropertyDescription
DataThe data returned by the event handler.  
DataSetNameGets the name of data set to be located.  
DataSourceNameGets the name of data source that contains the data set to be located.  
ReportGets the Report that is trying to locate the data set.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Designer Class
Designer Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum