次の方法で共有


RenderedOutputFile.Type プロパティ

Data プロパティのストリームの MIME タイプです。

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:   Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.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
ストリームの MIME タイプです。

関連項目

参照

RenderedOutputFile クラス

Microsoft.ReportingServices.Interfaces 名前空間