ClientExportRequestProviderSettings 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 (24.3.0.1000)
Syntax public ParameterValueCollection ProviderSettings { get; }
Public ReadOnly Property ProviderSettings As ParameterValueCollection
Get
public:
property ParameterValueCollection^ ProviderSettings {
ParameterValueCollection^ get ();
}
member ProviderSettings : ParameterValueCollection with get
Property Value
Type:
ParameterValueCollectionSee Also