[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Query.DataSourceName

DataSourceName Property

DataSourceName

Gets or sets a name of the data source against which the query will be executed.

Declaration
public string DataSourceName { get; set; }
Property Value
Type Description
string

A string value indicating the name of the data source.

Examples
Query query = new Query();
query.DataSourceName = "MyDataSource";