ExportResult Class

Class that represents the result for an export operation.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ExportExportResult

Namespace:  Dundas.BI.Export
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public sealed class ExportResult : IDisposable

The ExportResult type exposes the following members.

Constructors
  NameDescription
Public methodExportResult
Initializes a new instance of the ExportResult class.
Top
Properties
  NameDescription
Public propertyBlobId
Gets the BLOB identifier.
Public propertyContent
Gets the content.
Public propertyContentLength
Gets the length of the content (number of bytes).
Public propertyContentType
Gets the MIME type of the export result.
Public propertyFileExtension
Gets the file extension.
Public propertyName
Gets the name.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Top
Fields
  NameDescription
Public fieldStatic memberEmpty
An empty ExportResult with no data.
Top
See Also