次の方法で共有


MapTile.MIMEType プロパティ

マップ タイルの MIME の種類を取得します。値の設定も可能です。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

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

value = instance.MIMEType

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

プロパティ値

型: System.String
string 値。

関連項目

参照

MapTile クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間