[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.LocateDataSourceEventArgs

LocateDataSourceEventArgs Class

Provides data for the LocateDataSource event.

Inheritance
LocateDataSourceEventArgs
Namespace: GrapeCity.ActiveReports
Assembly: MESCIUS.ActiveReports.dll
Syntax
public sealed class LocateDataSourceEventArgs : EventArgs

Properties

Name Description
Data

The data returned by the event handler.

DataSet

Gets the report's IDataSet object to locate data for.

Parameters

Gets the Parameters collection specified for a given report instance.

Report

Gets the Report for which is trying to locate the data set.

Extension Methods