ReportItem コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
レポート アイテムのインスタンス名。