ExportProviderInfo Class

Export provider information.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ExportExportProviderInfo

Namespace: Dundas.BI.Export
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class ExportProviderInfo

The ExportProviderInfo type exposes the following members.

Properties
 NameDescription
Public propertyCreatesFile Gets a value indicating whether this export provider creates a file or not.
Public propertyDescription Gets the export provider description.
Public propertyHasCustomConfigurationUI Gets a value indicating whether this export provider is using a custom configuration UI.
Public propertyIconUri Gets a value indicating the relative path to be used as the provider's icon in the share menu.
Public propertyId Gets the export provider ID.
Public propertyName Gets the export provider name.
Public propertyPropertyDescriptors Gets the export provider specific property descriptors.
Public propertyProviderKinds Gets a value indicating whether this export provider is available from share, notifications or both.
Top
Methods
 NameDescription
Public methodGetCustomConfigurationUI Gets the custom configuration UI based on the requested content type.
Top
See Also