次の方法で共有


ReportItem コンストラクター

定義

ReportItem クラスの新しいインスタンスを初期化します。

オーバーロード

ReportItem()

ReportItem クラスの新しいインスタンスを初期化します。

ReportItem(String, String)

ReportItem クラスの新しいインスタンスを初期化します。

ReportItem()

ReportItem クラスの新しいインスタンスを初期化します。

protected:
 ReportItem();
protected ReportItem ();
Protected Sub New ()

適用対象

ReportItem(String, String)

ReportItem クラスの新しいインスタンスを初期化します。

protected:
 ReportItem(System::String ^ definitionName, System::String ^ instanceName);
protected ReportItem (string definitionName, string instanceName);
new Microsoft.ReportingServices.ReportRendering.ReportItem : string * string -> Microsoft.ReportingServices.ReportRendering.ReportItem
Protected Sub New (definitionName As String, instanceName As String)

パラメーター

definitionName
String

レポート アイテムの定義名。

instanceName
String

レポート アイテムのインスタンス名。

適用対象