Share via


EmbeddedImage.IsValidMimeType Method

This API supports the infrastructure and is not intended to be used directly from your code.

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

Parameters

Return Value

Type: System.Boolean
A Boolean value.