Partager via


Constructeur InvalidReportException

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

Initializes a new instance of the InvalidReportException class using the specified message.

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

Syntaxe

'Déclaration
Public Sub New ( _
    message As String _
)
'Utilisation
Dim message As String 

Dim instance As New InvalidReportException(message)
public InvalidReportException(
    string message
)
public:
InvalidReportException(
    String^ message
)
new : 
        message:string -> InvalidReportException
public function InvalidReportException(
    message : String
)

Paramètres

Voir aussi

Référence

InvalidReportException Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel