Classe ReportRenderingException
This ReportRenderingException class is used by rendering extensions to create runtime exceptions.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class ReportRenderingException _
Inherits Exception
'Utilizzo
Dim instance As ReportRenderingException
[SerializableAttribute]
public class ReportRenderingException : Exception
[SerializableAttribute]
public ref class ReportRenderingException : public Exception
[<SerializableAttribute>]
type ReportRenderingException =
class
inherit Exception
end
public class ReportRenderingException extends Exception
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .Exception
Microsoft.ReportingServices.OnDemandReportRendering..::..ReportRenderingException
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche