ExportRequestProviderSettings Property  | 
 
            Gets the values for all the settings defined for the export plug-in. These are not parameters for the View.
            
 
    Namespace: 
   Dundas.BI.Export
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic ParameterValueCollection ProviderSettings { get; }Public ReadOnly Property ProviderSettings As ParameterValueCollection
	Get
public:
property ParameterValueCollection^ ProviderSettings {
	ParameterValueCollection^ get ();
}member ProviderSettings : ParameterValueCollection with get
Property Value
Type: 
ParameterValueCollection
See Also