次の方法で共有


SubreportProcessingEventArgs クラス

 

発行: 2016年4月

SubreportProcessing イベントのデータを提供します。

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

継承階層

System.Object
  System.EventArgs
    Microsoft.Reporting.WinForms.SubreportProcessingEventArgs

構文

public sealed class SubreportProcessingEventArgs : EventArgs
public ref class SubreportProcessingEventArgs sealed : EventArgs
[<Sealed>]
type SubreportProcessingEventArgs = 
    class
        inherit EventArgs
    end
Public NotInheritable Class SubreportProcessingEventArgs
    Inherits EventArgs

プロパティ

名前 説明
System_CAPS_pubproperty DataSourceNames

サブレポートのデータ ソース名の一覧を取得します。

System_CAPS_pubproperty DataSources

サブレポートのデータ ソースのコレクションを返します。

System_CAPS_pubproperty Parameters

サブレポートのパラメーターのコレクションを取得します。

System_CAPS_pubproperty ReportPath

サブレポートの名前を返します。

メソッド

名前 説明
System_CAPS_pubmethod Equals(Object)

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

System_CAPS_pubmethod GetHashCode()

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

System_CAPS_pubmethod GetType()

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

System_CAPS_pubmethod ToString()

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

解説

SubreportProcessing イベントが発生すると、SubreportProcessingEventHandler に渡されます。

スレッド セーフ

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

参照

Microsoft.Reporting.WinForms 名前空間

トップに戻る