Freigeben über


InvalidReportException-Konstruktor

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
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
)

Parameter

Siehe auch

Verweis

InvalidReportException Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace