次の方法で共有


Image.MIMEType プロパティ

値が画像の MIME タイプである式を取得または設定します。

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

構文

'宣言
Public Property MIMEType As ReportExpression 
    Get 
    Set
'使用
Dim instance As Image 
Dim value As ReportExpression 

value = instance.MIMEType

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

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
画像の MIME タイプ。

関連項目

参照

Image クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間