ExportProviderKinds Enumeration |
Represents the status of an export data request.
Namespace:
Dundas.BI.Export
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [FlagsAttribute]
public enum ExportProviderKinds
<FlagsAttribute>
Public Enumeration ExportProviderKinds
[FlagsAttribute]
public enum class ExportProviderKinds
[<FlagsAttribute>]
type ExportProviderKinds
Members
| Member name | Value | Description |
---|
| None | 0 |
The provider is not available.
|
| Share | 1 |
The provider is available from the share menu.
|
| Notification | 2 |
The provider is available for notifications.
|
See Also