次の方法で共有


BaseGaugeImage.MIMEType プロパティ

画像の MIME の種類を取得または設定します。

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

構文

'宣言
Public Property MIMEType As ReportExpression 
    Get 
    Set
'使用
Dim instance As BaseGaugeImage 
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
ReportExpression オブジェクト。

関連項目

参照

BaseGaugeImage クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間