[]
Retrieves a collection of property names and information for the specified class.
IReadOnlyCollection<string> GetClassProperties(string assemblyLocation, string dataSetClassFullName)
| 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. |
| Type | Description |
|---|---|
| IReadOnlyCollection<string> | A read-only collection of property names available on the specified class. |
This method is used to enumerate all public properties of a class for binding to report fields and parameters during data source configuration.