Partager via


Méthode EmbeddedImage.IsValidMimeType

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Indicates whether the specified MIME type is valid.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Shared Function IsValidMimeType ( _
    mimeType As String _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

EmbeddedImage Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel