Metodo EmbeddedImage.IsValidMimeType
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Indicates whether the specified MIME type is valid.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Shared Function IsValidMimeType ( _
mimeType As String _
) As Boolean
'Utilizzo
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
Parametri
- mimeType
Tipo: System.String
The specified MIME type.
Valore restituito
Tipo: System.Boolean
true if the specified MIME type is valid; otherwise, false.