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 (24.3.0.1000)
Syntax public IList<Adapter> ParameterAdapters { get; }
Public ReadOnly Property ParameterAdapters As IList(Of Adapter)
Get
public:
virtual property IList<Adapter^>^ ParameterAdapters {
IList<Adapter^>^ get () sealed;
}
abstract ParameterAdapters : IList<Adapter> with get
override ParameterAdapters : IList<Adapter> with get
Property Value
Type:
IListAdapter
The parameter adapters.
Implements
IRepeaterViewParameterAdaptersSee Also