ExportProvider Class

Base class for all export providers.
Inheritance Hierarchy

Namespace:  Dundas.BI.Export
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
public abstract class ExportProvider : ComponentBase

The ExportProvider type exposes the following members.

Constructors
  NameDescription
Protected methodExportProvider
Initializes a new instance of the ExportProvider class
Top
Properties
  NameDescription
Public propertyComponentDescription
Gets the standard component description.
(Inherited from ComponentBase.)
Public propertyComponentId
Gets the component ID.
(Inherited from ComponentBase.)
Public propertyComponentName
Gets the standard component name.
(Inherited from ComponentBase.)
Public propertyCreatesFile
Gets a value indicating whether this export provider creates a file or not.
Public propertyFileExtension
Gets the file extension of the export result.
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 toolbar.
Public propertyIsEnabled
Gets a value indicating whether the component is enabled.
(Inherited from ComponentBase.)
Public propertyMimeType
Gets the MIME type of the export result.
Public propertyPackageId
Gets the ID of the extension package to which the component belongs.
(Inherited from ComponentBase.)
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 methodExport
Performs an export.
Public methodGetCustomConfigurationUI
Gets the custom configuration UI based on the requested content type.
Protected methodLocalize
Localizes the specified string using the engine localization service.
(Inherited from ComponentBase.)
Top
See Also