Udostępnij przez


Konstruktor ReportRenderingException (String, Boolean)

Tworzy nowe wystąpienie ReportRenderingException klasy

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public Sub New ( _
    message As String, _
    unexpected As Boolean _
)
'Użycie
Dim message As String
Dim unexpected As Boolean

Dim instance As New ReportRenderingException(message, _
    unexpected)
public ReportRenderingException(
    string message,
    bool unexpected
)
public:
ReportRenderingException(
    String^ message, 
    bool unexpected
)
new : 
        message:string * 
        unexpected:bool -> ReportRenderingException
public function ReportRenderingException(
    message : String, 
    unexpected : boolean
)

Parametry