ReportExplorerでクエリが作成されたパラメータにパラメータのプロパティを使用させます。 この種類のパラメータを使用する場合、「param:」のような接頭はクエリに追加する必要があります。例えば、「select * from customer where country='<param>' 」 注意:ユーザーがこの種のパラメータを使用する場合は、"select * from customer where country='<param>' "のようなクエリに「param:」というプレフィックスを追加する必要があります(country = '&lt;%param:parameter1%&gt;
シンタックス
'宣言
Public Sub SetParameterQueryAsCustom()
public void SetParameterQueryAsCustom()
参照