Namespace:
Dundas.BI.Export
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic ExportResult(
ExportRequest request,
Stream content,
string name,
string fileExtension,
long? contentLength,
string contentType
)
Public Sub New (
request As ExportRequest,
content As Stream,
name As String,
fileExtension As String,
contentLength As Long?,
contentType As String
)
public:
ExportResult(
ExportRequest^ request,
Stream^ content,
String^ name,
String^ fileExtension,
Nullable<long long> contentLength,
String^ contentType
)
new :
request : ExportRequest *
content : Stream *
name : string *
fileExtension : string *
contentLength : Nullable<int64> *
contentType : string -> ExportResultParameters
- 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| Exception | Condition |
|---|
| ArgumentNullException | Thrown when content is or name is or fileExtension empty or contentType is . |
See Also