ClientRenderingException Class
Represents errors that occur when the ReportViewer control is rendering a processed report from report page layout (RPL) format into HTML format.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class ClientRenderingException
Inherits ReportViewerException
'Usage
Dim instance As ClientRenderingException
[SerializableAttribute]
public sealed class ClientRenderingException : ReportViewerException
[SerializableAttribute]
public ref class ClientRenderingException sealed : public ReportViewerException
/** @attribute SerializableAttribute() */
public final class ClientRenderingException extends ReportViewerException
SerializableAttribute
public final class ClientRenderingException extends ReportViewerException
Remarks
For errors that occur in local processing mode when processing a report or when rendering into RPL format, see LocalProcessingException. For errors that occur in remote processing mode when processing a report or when rendering into RPL format, see ReportServerException.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Reporting.WebForms.ReportViewerException
Microsoft.Reporting.WebForms.ClientRenderingException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
ClientRenderingException Members
Microsoft.Reporting.WebForms Namespace