Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这似乎应该很容易,但我一直没能找到它。
我有需要添加到报告服务的 rdl 文件。我不想通过网络界面一次加载一份报告。我只想将我的文件放到源文件夹中,但我似乎找不到它。我在没有安装 IIS 的情况下运行 R2。
没有源文件夹,要在 SSRS 中发布报告,您必须上传它,这反过来意味着它将存储在 Sql Server 数据库中(默认情况下称为 ReportServer,我认为它们最终会存储在一个名为 Catalog 的表中,但是上次我看到微软没有正式记录)。
好消息是,您不一定要通过网络界面一个一个地上传 rdl 文件。您可以从报表设计器或报表生成器一次性发布它们,或者您可以编写自己的部署工具。