ReportParameterAdapters Property

Gets the parameter adapters.

Namespace: Dundas.BI.Entities.Views
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public IList<Adapter> ParameterAdapters { get; }

Property Value

IListAdapter
The parameter adapters.

Implements

IRepeaterViewParameterAdapters
See Also