Back to Devexpress

ReportDesignerBuilder.DataSources(Action<IDictionary<String, Object>>) Method

xtrareports-devexpress-dot-aspnetcore-dot-reporting-dot-reportdesigner-dot-reportdesignerbuilder-dot-datasources-x28-system-dot-action-system-dot-collections-dot-generic-dot-idictionary-system-dot-string-system-dot-object-x29.md

latest2.2 KB
Original Source

ReportDesignerBuilder.DataSources(Action<IDictionary<String, Object>>) Method

Adds data sources that become available in the Report Designer.

Namespace : DevExpress.AspNetCore.Reporting.ReportDesigner

Assembly : DevExpress.AspNetCore.Reporting.v25.2.dll

NuGet Package : DevExpress.AspNetCore.Reporting

Declaration

csharp
public ReportDesignerBuilder DataSources(
    Action<IDictionary<string, object>> configure
)
vb
Public Function DataSources(
    configure As Action(Of IDictionary(Of String, Object))
) As ReportDesignerBuilder

Parameters

NameTypeDescription
configureAction<IDictionary<String, Object>>

A dictionary of available data sources.

|

Returns

TypeDescription
ReportDesignerBuilder

A ReportDesignerBuilder that can be used to further configure the Report Designer.

|

See Also

ReportDesignerBuilder Class

ReportDesignerBuilder Members

DevExpress.AspNetCore.Reporting.ReportDesigner Namespace