Back to API Home
Represents a filter object associated with a virtual structure / KPI object.
Filters are used in the query statements of the associated objects.
If the filter is exposed (visible) to higher level container objects,
then it is represented in the query by a QueryTokenData class.
If the filter is not exposed, then the default values are fully
resolved in the query. Restrictions are analysed before the query is run.
Namespace: Dundas.Dashboard.BusinessAssembly: Dundas.Dashboard.Client (in Dundas.Dashboard.Client.dll) Version: 5.0.0.0 (5.5.0.1000)
Syntax
C# |
---|
public class Filter : BusinessDataModelBase |
Visual Basic |
---|
Public Class Filter
Inherits BusinessDataModelBase |
Inheritance Hierarchy
See Also