Exago .NET API Documentation
FilterDbName Property
Example 
WebReports.Api.Reports Namespace > Entity Class : FilterDbName Property
When creating a Custom Filter Dropdown Object, this is the DbName property of the Entity (Data Object) that has the filter dropdown values. For example, the table, view or stored procedure in the Data Source that contains the filter values.
Syntax
public System.string FilterDbName {get; set;}

Property Value

The name of the table, view, stored procedure, etc... in the Data Source that is the basis for this Entity (Data Object).
Example
A table named FilterObjectName in the database contains the filter dropdown values.
myNewEntity.FilterDbName = "FilterObjectName";
See Also

Reference

Entity Class
Entity Members