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 (25.3.0.1000)
Syntaxpublic 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
IRepeaterViewParameterAdapters
See Also