次の方法で共有


MapTile.MIMEType プロパティ

マップ タイルの MIME タイプを取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property MIMEType As String 
    Get
'使用
Dim instance As MapTile 
Dim value As String 

value = instance.MIMEType
public string MIMEType { get; }
public:
property String^ MIMEType {
    String^ get ();
}
member MIMEType : string
function get MIMEType () : String

プロパティ値

型: System.String
string 値です。

関連項目

参照

MapTile クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間