다음을 통해 공유


BaseGaugeImage.MIMEType 속성

Gets or sets the MIME type of the image.

네임스페이스:  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
A ReportExpression object.

참고 항목

참조

BaseGaugeImage 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스