GrapeCity ActiveReports for .NET 16.0J
ParameterCollection クラス
メンバ 

GrapeCity.ActiveReports.SectionReportModel 名前空間 : ParameterCollection クラス
データソースSQLクエリーで、ActiveReportsがパラメータプレースホルダから解析したパラメータのコレクションを表します。
オブジェクト モデル
ParameterCollection クラス
シンタックス
'宣言
 
Public Class ParameterCollection 
   Inherits System.Collections.CollectionBase
public class ParameterCollection : System.Collections.CollectionBase 
解説

ActiveReportsは、次のパラメータプレースホルダ構文のデータソースSQLクエリーを解析します。また、その構文を使用して、データソースがアクセスされる前にパラメータコレクションを作成します。Nameのみが必須です。

<%Name | PromptString | DefaultValue | DataType | PromptUser%>

継承階層

System.Object
   System.Collections.CollectionBase
      GrapeCity.ActiveReports.SectionReportModel.ParameterCollection

参照

ParameterCollection メンバ
GrapeCity.ActiveReports.SectionReportModel 名前空間
Parameters プロパティ