Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Creates memory stream that represents the bitmap image of the specified exception.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Protected Function CreateExceptionImage ( _
exception As Exception _
) As MemoryStream
'Utilisation
Dim exception As Exception
Dim returnValue As MemoryStream
returnValue = Me.CreateExceptionImage(exception)
protected MemoryStream CreateExceptionImage(
Exception exception
)
protected:
MemoryStream^ CreateExceptionImage(
Exception^ exception
)
member CreateExceptionImage :
exception:Exception -> MemoryStream
protected function CreateExceptionImage(
exception : Exception
) : MemoryStream
Paramètres
- exception
Type : System.Exception
The object used to create the exception image.
Valeur de retour
Type : System.IO.MemoryStream
A memory stream that represents exception image.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering