IRepeaterViewParameterAdapters Property  | 
 
            Gets the collection of global parameter adapters that are shown in the parameter bar when viewing.
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxIList<Adapter> ParameterAdapters { get; }ReadOnly Property ParameterAdapters As IList(Of Adapter)
	Get
property IList<Adapter^>^ ParameterAdapters {
	IList<Adapter^>^ get ();
}abstract ParameterAdapters : IList<Adapter> with get
Property Value
Type: 
IListAdapter
See Also