简体   繁体   English

报告构建器3.0

[英]report builder 3.0

I am in the process of evaluiting Ad-Hoc reporting tool on top SQL Server 2008 R2. 我正在评估顶级SQL Server 2008 R2上的Ad-Hoc报告工具。 I would like to know what are the limitations around the Report Builder 3.0 which comes with SQL server. 我想知道SQL Server附带的Report Builder 3.0有哪些局限性。

What reports we can do in VS 2008 with BIDS and which we can not do in Report Builder 3.0 We are trying to answer what can be done what can be done with Report Builder. 我们可以在VS 2008中使用BIDS做什么报告,而在Report Builder 3.0中我们无法做到这一点我们正在尝试回答可以使用Report Builder做什么。

Please share your real time experiance 请分享您的实时体验

We went through this same evaluation not that long ago. 不久前我们经历了同样的评估。 Basically BIDS and Report Builder 2/3 allow you to do the same thing. 基本上BIDS和Report Builder 2/3允许你做同样的事情。 Report Builder is for those users who want to create or modify their own reports without needing to install BIDS. 报表生成器适用于那些想要创建或修改自己的报表而无需安装BIDS的用户。 Report Builder has a Microsoft Office look and feel. 报表生成器具有Microsoft Office外观。 It has the ribbon controls similar to Excel and Word. 它具有类似于Excel和Word的功能区控件。 The same .RDL or .RDLC is generated by both. 两者都生成相同的.RDL或.RDLC。 However, Report Builder 3 only targets SSRS 2008 R2. 但是,Report Builder 3仅针对SSRS 2008 R2。 The .RDL format has changed for SSRS 2008 R2. SSRS 2008 R2的.RDL格式已更改。

Either way the report can be deployed to an SSRS server, Sharepoint or the Microsoft Report Viewer (for .RDLC files). 无论哪种方式,报告都可以部署到SSRS服务器,Sharepoint或Microsoft Report Viewer(用于.RDLC文件)。

As you may or may not know, there is no BIDS for Visual Studio 2010 (yet). 正如您可能知道或不知道的那样,Visual Studio 2010还没有BIDS(尚未)。 If you want to use BIDS, you'll need to use VS 2008, which targets SQL Server 2008. 如果要使用BIDS,则需要使用针对SQL Server 2008的VS 2008。

I think for a Power User who already has gone through tools like Cognos and Business Objects, the reprot builder 3.0 seems to lack lot of features while reporting against the cube. 我认为对于已经使用Cognos和Business Objects等工具的高级用户来说,reprot builder 3.0在报告多维数据集时似乎缺少很多功能。 Here are the main. 这是主要的。

  1. I cannot create a variable which I can use in multiple tables in the report. 我无法创建一个可以在报表中的多个表中使用的变量。 I thought I could use "calculated member" but it does not let me use any kind of aggregate function on any of the objects against the cube as it treats everything as aggregate objects. 我以为我可以使用“计算成员”,但它不允许我对任何对象的任何对象使用任何类型的聚合函数,因为它将所有对象视为聚合对象。

  2. I cannot use a simple "OR" statement in the query filter. 我不能在查询过滤器中使用简单的“OR”语句。

  3. Power user while building the report need to always pay attention to "row group", which I think is frustrating. 高级用户在构建报告时需要始终关注“行组”,我认为这是令人沮丧的。 In other tools the measure or fact groups it only groups by the dimension u have in the table. 在其他工具中,度量或事实将其分组仅按表中的维度进行分组。

  4. Row limitations while exporting to excel. 导出到Excel时的行限制。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM