RenderedOutputFile.Type 属性

The MIME type of the stream in the Data property.

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:   Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)

语法

声明
Public MustOverride ReadOnly Property Type As String
    Get
用法
Dim instance As RenderedOutputFile
Dim value As String

value = instance.Type
public abstract string Type { get; }
public:
virtual property String^ Type {
    String^ get () abstract;
}
abstract Type : string
abstract function get Type () : String

属性值

类型:System.String
The MIME type of the stream.