Classe ClientRenderingException
Rappresenta gli errori che si verificano quando il controllo ReportViewer sta eseguendo il rendering di un rapporto elaborato dal formato RPL (Report Page Layout) nel formato GDI+.
Gerarchia di ereditarietà
System.Object
System.Exception
Microsoft.Reporting.WinForms.ReportViewerException
Microsoft.Reporting.WinForms.ClientRenderingException
Spazio dei nomi Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class ClientRenderingException _
Inherits ReportViewerException
'Utilizzo
Dim instance As ClientRenderingException
[SerializableAttribute]
public sealed class ClientRenderingException : ReportViewerException
[SerializableAttribute]
public ref class ClientRenderingException sealed : public ReportViewerException
[<SealedAttribute>]
[<SerializableAttribute>]
type ClientRenderingException =
class
inherit ReportViewerException
end
public final class ClientRenderingException extends ReportViewerException
Nel tipo ClientRenderingException sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Data | Ereditato da Exception. | |
HelpLink | Ereditato da Exception. | |
HResult | Ereditato da Exception. | |
InnerException | Ereditato da Exception. | |
Message | Ereditato da Exception. | |
Source | Ereditato da Exception. | |
StackTrace | Ereditato da Exception. | |
TargetSite | Ereditato da Exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetBaseException | Ereditato da Exception. | |
GetHashCode | Ereditato da Object. | |
GetObjectData | Ereditato da Exception. | |
GetType | Ereditato da Exception. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Exception. |
In alto
Osservazioni
Per informazioni sugli errori che si verificano nella modalità di elaborazione locale durante l'elaborazione di un rapporto o il rendering nel formato RPL, vedere LocalProcessingException. Per informazioni sugli errori che si verificano nella modalità di elaborazione remota durante l'elaborazione di un rapporto o il rendering nel formato RPL, vedere ReportServerException.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.