ExportResultContentType Property |
Gets the MIME type of the export result.
Namespace:
Dundas.BI.Export
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic string ContentType { get; }Public ReadOnly Property ContentType As String
Get
public:
property String^ ContentType {
String^ get ();
}member ContentType : string with get
Property Value
Type:
String
The MIME type.
See Also