MESCIUS.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / IReportDesignerBackendApi Interface / LocateDataSource Property

In This Topic
LocateDataSource Property (IReportDesignerBackendApi)
In This Topic
Gets or sets the function to locate the data source.
Syntax
'Declaration
 
Property LocateDataSource As Func(Of Object)
 

Property Value

A Func that returns the data source object.
See Also