[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataSource

DataSource Class

Represents information about a report data source, specifying its connection details.

Inheritance
DataSource
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public class DataSource : IValidateable
Remarks

A DataSource must have only one DataSourceReference or one ConnectionProperties object defined.

Constructors

Name Description
DataSource()

Initializes a new instance of the DataSource class.

Properties

Name Description
ConnectionProperties

Gets or sets the connection properties used to connect to the data source.

DataSourceReference

Gets or sets a full or relative path to the reference of the data source.

Name

Gets or sets a name of the data source.

Transaction

Gets or sets a value indicating whether the data source should execute its datasets within a single transaction.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the DataSource object.

Extension Methods