ReportBase.HttpContentType property

The default content type used as the MIME type for transferring the report with HTTP.

Namespace:  Microsoft.Office.RecordsManagement.Reporting
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property HttpContentType As String
    Get
'Usage
Dim instance As ReportBase
Dim value As String

value = instance.HttpContentType
public abstract string HttpContentType { get; }

Property value

Type: System.String
Returns String.

See also

Reference

ReportBase class

ReportBase members

Microsoft.Office.RecordsManagement.Reporting namespace