ExportResult Constructor

Initializes a new instance of the ExportResult class.

Namespace:  Dundas.BI.Export
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public ExportResult(
	ExportRequest request,
	Stream content,
	string name,
	string fileExtension,
	long? contentLength,
	string contentType
)

Parameters

request
Type: Dundas.BI.ExportExportRequest
The request associated with the result.
content
Type: System.IOStream
The content.
name
Type: SystemString
The name.
fileExtension
Type: SystemString
The file extension.
contentLength
Type: SystemNullableInt64
The number of bytes in the content, or if it is not known.
contentType
Type: SystemString
The MIME type.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when content is or name is or fileExtension empty or contentType is .
See Also