Exago .NET API Documentation
GetDropdownData Method
WebReports.Api.Data Namespace > SqlObject Class : GetDropdownData Method
The name of the column as it exists in the data source. This can be found in the Entity.DbName Property
Syntax
public override System.Data.DataTable GetDropdownData( 
   System.string columnName,
   System.string dropdownValue,
   System.int dataType,
   DropDownValueSearchDirection ddOptionSearchDirection,
   wrReportFilterSearchMode searchMode
)

Parameters

columnName
The name of the column as it exists in the data source. This can be found in the Entity.DbName Property
dropdownValue
dataType
ddOptionSearchDirection
searchMode
See Also

Reference

SqlObject Class
SqlObject Members
Base Implementation in GetDropdownData