Udostępnij przez


Konstruktor ReportRenderingException (SerializationInfo, StreamingContext)

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

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

Składnia

'Deklaracja
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Użycie
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New ReportRenderingException(info, context)
protected ReportRenderingException(
    SerializationInfo info,
    StreamingContext context
)
protected:
ReportRenderingException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> ReportRenderingException
protected function ReportRenderingException(
    info : SerializationInfo, 
    context : StreamingContext
)