Método EmbeddedImage.IsValidMimeType
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Indicates whether the specified MIME type is valid.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Shared Function IsValidMimeType ( _
mimeType As String _
) As Boolean
'Uso
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
Parâmetros
- mimeType
Tipo: System.String
The specified MIME type.
Valor de retorno
Tipo: System.Boolean
true if the specified MIME type is valid; otherwise, false.