1

これは私の 3 番目の SSRS の質問のようなもので、1 日しか見ていません :S

私はまだ用語を理解していないので、この質問は少し大雑把かもしれません。

基本的に、SiteId の「選択」にバインドされたリストがあります。このリスト内にサブレポートがあります。アイデアは、これらの SiteId を一度に 1 つずつサブ レポートに渡して、各サイト ID のレポートを生成することです。

しかし、この値を渡すために必要な式がわかりませんか?

的外れ?または、この質問に対する答えはありますか

4

1 に答える 1

2

Look at the properties for the sub report (right click on the sub report and hit properties). In the properties dialog, there is a parameters tab where you can link parameters from the sub report to values from the parent report. So, if you have subreport with a SiteID parameter, you can link that to the SiteID value from the list.

http://msdn.microsoft.com/en-us/library/ms160348%28SQL.90%29.aspx

于 2010-03-12T14:14:55.687 に答える