แชร์ผ่าน


InvalidReportException Constructor

This API supports the infrastructure and is not intended to be used directly from your code.

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
)

Parameters