次の方法で共有


ClientRenderingException クラス

 

発行: 2016年4月

ReportViewer コントロールが処理済みのレポートをレポート ページ レイアウト (RPL: Report Page Layout) 形式から GDI+ 形式に変換して表示しているときに発生したエラーを表します。

名前空間:   Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

継承階層

System.Object
  System.Exception
    Microsoft.Reporting.WinForms.ReportViewerException
      Microsoft.Reporting.WinForms.ClientRenderingException

構文

[SerializableAttribute]
public sealed class ClientRenderingException : ReportViewerException
[SerializableAttribute]
public ref class ClientRenderingException sealed : ReportViewerException
[<Sealed>]
[<SerializableAttribute>]
type ClientRenderingException = 
    class
        inherit ReportViewerException
    end
<SerializableAttribute>
Public NotInheritable Class ClientRenderingException
    Inherits ReportViewerException

プロパティ

名前 説明
System_CAPS_pubproperty Data

(Exception から継承されました。)

System_CAPS_pubproperty HelpLink

(Exception から継承されました。)

System_CAPS_pubproperty InnerException

(Exception から継承されました。)

System_CAPS_pubproperty Message

(Exception から継承されました。)

System_CAPS_pubproperty Source

(Exception から継承されました。)

System_CAPS_pubproperty StackTrace

(Exception から継承されました。)

System_CAPS_pubproperty TargetSite

(Exception から継承されました。)

メソッド

名前 説明
System_CAPS_pubmethod Equals(Object)

(Object から継承されました。)

System_CAPS_pubmethod GetBaseException()

(Exception から継承されました。)

System_CAPS_pubmethod GetHashCode()

(Object から継承されました。)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

(Exception から継承されました。)

System_CAPS_pubmethod GetType()

(Exception から継承されました。)

System_CAPS_pubmethod ToString()

(Exception から継承されました。)

解説

レポートの処理中、または RPL 形式でのレポートの表示中に、ローカル処理モードで発生するエラーについては、「LocalProcessingException」を参照してください。レポートの処理中、または RPL 形式でのレポートの表示中に、リモート処理モードで発生するエラーについては、「ReportServerException」を参照してください。

スレッド セーフ

すべてのパブリック構造体 (Shared Visual Basic では) メンバーは、スレッド セーフです。 Aインスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

Microsoft.Reporting.WinForms 名前空間

トップに戻る