Freigeben über


EmbeddedImage.IsValidMimeType-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Indicates whether the specified MIME type is valid.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Shared Function IsValidMimeType ( _
    mimeType As String _
) As Boolean
'Usage
Dim mimeType As String 
Dim returnValue As Boolean 

returnValue = EmbeddedImage.IsValidMimeType(mimeType)
public static bool IsValidMimeType(
    string mimeType
)
public:
static bool IsValidMimeType(
    String^ mimeType
)
static member IsValidMimeType : 
        mimeType:string -> bool
public static function IsValidMimeType(
    mimeType : String
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
true if the specified MIME type is valid; otherwise, false.

Siehe auch

Verweis

EmbeddedImage Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace