Anaplan XL Reporting では、Reporting Services レポートを Anaplan XL リポジトリと統合できます。
まず、Microsoft からダウンロードできる ReportViewer コントロールをインストールします。
次に、これを構成するために、AnaplanXLWeb インストールの web.config ファイルに次の設定を追加する必要があります。
<appSettings> <!-- Existing settings... --> <add key="ReportingServicesUrl" value="http://my-server:8080/Reports_SQL2008RS" /> <add key="ReportingServicesServerUrl" value="http://my-server:8080/ReportServer_SQL2008RS" /> </appSettings>
その後、web.config の以下のセクションの周囲にあるコメントを削除します。
<!-- ReportingServices Integration -->
これが完了すると、Anaplan XL では、ユーザーがログインした際に Reporting Services レポート リストを照会し、見つかったレポートのフォルダーを作成します。これらは AnaplanXLWeb アプリケーションで直接開くことができます。
