[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.DataBindingWizard.ViewModels.IObjectDataSourceProvider.GetClassProperties

GetClassProperties Method

GetClassProperties(string, string)

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

Declaration
IReadOnlyCollection<string> GetClassProperties(string assemblyLocation, string dataSetClassFullName)
Parameters
Type Name Description
string assemblyLocation

The full path to the assembly file containing the class.

string dataSetClassFullName

The fully qualified name of the class to inspect.

Returns
Type Description
IReadOnlyCollection<string>

A read-only collection of property names available on the specified class.

Remarks

This method is used to enumerate all public properties of a class for binding to report fields and parameters during data source configuration.