[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.LocateDataSourceArgs

LocateDataSourceArgs Class

Provides data for the DataProviders used in DataTreeBuilder.

Inheritance
LocateDataSourceArgs
Namespace: GrapeCity.ActiveReports.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class LocateDataSourceArgs

Constructors

Name Description
LocateDataSourceArgs(Report, IDataSet, IReadOnlyList<DataParameter>, string)

Initializes a new instance of the LocateDataSourceArgs class.

Properties

Name Description
DataSet

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

Name

Gets the name of the requested data source. The meaning depends on the data provider type.

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