[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.DataBindingWizard.ViewModels.IObjectDataSourceProvider

IObjectDataSourceProvider Interface

Provides functionality to retrieve class and property information from referenced assemblies for object data source binding in the Data Binding Wizard.

Namespace: GrapeCity.ActiveReports.Design.DataBindingWizard.ViewModels
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public interface IObjectDataSourceProvider

Methods

Name Description
FindReferencedAssemblies()

Discovers and retrieves information about all referenced assemblies available in the current project context.

GetClassProperties(string, string)

Retrieves a collection of property names and information for the specified class.

GetClasses(string)

Retrieves a collection of class names available in the specified assembly.