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

レポート項目のインスタンス名。

適用対象