[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.IDataSet

IDataSet Interface

Represents a dataset element within a report, containing details about a set of data retrieved as part of the report.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public interface IDataSet : IReportComponent, IComponent, IDisposable, IBaseDataSet

Properties

Name Description
Filters

Gets a collection of filters applied to each row of data in the dataset.

Query

Gets or sets a query information for the dataset.

SharedDataSet

Gets or sets a shared dataset.

Extension Methods