Skip to main content

SpecifyReportTemplateOptionsPageView.SetDataSource(Object, String, String) Method

Sets the data source with the specified settings for providing data to template fields.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public void SetDataSource(
    object dataSource,
    string dataSourceName,
    string dataMember
)

Parameters

Name Type Description
dataSource Object

An object that specifies the data source.

dataSourceName String

A string that specifies the data source name.

dataMember String

A string that specifies the data source member.

See Also