[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.Viewer.LocateDataSourceArgs

LocateDataSourceArgs Class

Represents a data for the data providers using in the data tree building, including the report parameters.

Inheritance
LocateDataSourceArgs
Namespace: GrapeCity.ActiveReports.Web.Viewer
Assembly: MESCIUS.ActiveReports.Web.Viewer.dll
Syntax
public sealed class LocateDataSourceArgs

Constructors

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

Creates a new instance of the LocateDataSourceArgs class with the specified parameters.

Properties

Name Description
DataSet

Gets a data set of the report to locate data for.

Parameters

Gets a query parameters used for locating the data source.

Report

Gets a report for which is trying to locate the data set.

ReportParameters

Gets a report parameters specified for a given report instance.