私のレポートでは、レポートの最後にテーブルを追加し、Tablix の前に改ページを割り当てています。大きな単一セルのテーブルでは、引用テキスト、組み込みフィールド、パラメーター値を使用して文章を書き、すべてのパラメーター情報を一覧表示します。Tablix の名前に「パラメーター」というラベルを付けて、レポートがダウンロードされると、すべてのパラメーター データが適切で非侵襲的な形式でダウンロードされるようにします。レポートをトラブルシューティングするとき、これは非常に価値があることがわかりました。
次に例を示します。
=Globals!ReportName + " 実行者 " + User!UserID + " on " + FormatDateTime(Globals!ExecutionTime, DateFormat.ShortDate) + ". " + vbcrlf + "Parameters: " + "Program ("+Parameters!BusinessEntityID.Label+ ")、成果物ステータス コード (" + Join(Parameters!DeliverableStatusCode.Label, ", ") + ")、サイエンス エリア (" + Parameters!ScienceAreaID.Label + ")、スラスト エリア (" + Parameters!ThrustAreaID.Label + "), Center (" + Parameters!CenterID.Label + ") " + IIF(Parameters!TaskActiveFrom.Value is Nothing, "", ", Tasks Active between "+ FormatDateTime(Parameters!TaskActiveFrom.Label, DateFormat.ShortDate) + " および " + FormatDateTime(Parameters!TaskActiveTo.Label, DateFormat.ShortDate)) +IIF(Parameters!TaskStartFrom.値は Nothing、""、"、" + FormatDateTime(Parameters!TaskStartFrom.Label, DateFormat.ShortDate) + " と " + FormatDateTime(Parameters!TaskStartTo.Label, Dateformat.ShortDate)) + IIF(Parameters!DeliverablePlannedFrom の間で開始されたタスク) .Value は NOTHING、""、"、" + FormatDateTime(Parameters!DeliverablePlannedFrom.Label, Dateformat.ShortDate) + " と " + FormatDateTime(Parameters!DeliverablePlannedTo.Label, Dateformat.ShortDate)) + IIF(Parameters の間の成果物の期限) !DeliverableExtendedFrom.Value は Nothing, "", ", " + FormatDateTime(Parameters!DeliverableExtendedFrom.Label, Dateformat.ShortDate) + " と " + FormatDateTime(Parameters!DeliverableExtendedTo.Label, Dateformat.ShortDate)) の間の成果物の修正期日 + IIF(パラメータ!PublicationReceivedDateFrom.Value は NOTHING、""、"、" + FormatDateTime(Parameters!PublicationReceivedDateFrom.Label, Dateformat.ShortDate) + " および " + FormatDateTime(Parameters!PublicationReceivedDateFrom.Label, Dateformat.ShortDate)) の間の出版物受領日