Sign in
Bob's SQL Reporting Services Blog
Notes, tips, rants, and ruminations on SQL Reporting Services, and Report Builder in particular.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Admin
Clickthrough
Configuration
Filters
Formulas
Grouping
Localization
Model Design
Model Security
Navigation
Pages
Parameters
Presentation
Releases
Report Builder
Report Design
Scale
Schema
Tricks
Archive
Archives
June 2012
(2)
February 2012
(1)
July 2009
(1)
April 2009
(3)
March 2009
(6)
October 2007
(1)
September 2007
(1)
February 2007
(2)
January 2007
(1)
December 2006
(3)
November 2006
(1)
October 2006
(1)
September 2006
(5)
July 2006
(2)
March 2006
(8)
January 2006
(3)
October 2005
(3)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Bob's SQL Reporting Services Blog
Clickthrough reports are the key to integration
Posted
over 7 years ago
by
Bob Meyers MSFT
5
Comments
Clickthrough reports are the special kind of drillthrough reports created by Report Builder. They are "special" because they are linked to the parent report automatically, and are generated on the server from special template reports (or from a built...
Bob's SQL Reporting Services Blog
How to get RB to load a report created in VS Report Designer
Posted
over 7 years ago
by
Bob Meyers MSFT
0
Comments
Loading an arbitrary Report Designer report in Report Builder is not supported in SQL Server 2005. However, if you are trying to make it work for some reason, here are a few tips: - Don't use page headers or footers - Don't use rectangles or lists...
Bob's SQL Reporting Services Blog
How to enable Report Builder for non-domain users
Posted
over 7 years ago
by
Bob Meyers MSFT
2
Comments
Report Builder uses a client technology called ClickOnce to download and launch the application files. This component runs outside of Internet Explorer, so it cannot leverage any credentials that may have been collected by IE to access the report server...
Bob's SQL Reporting Services Blog
New RS blogger: Chris Baldwin
Posted
over 7 years ago
by
Bob Meyers MSFT
0
Comments
...and one of my esteemed colleagues, to boot. :) http://blogs.msdn.com/chrisbal/
Bob's SQL Reporting Services Blog
How to get the SQL for a Report Builder report
Posted
over 7 years ago
by
Bob Meyers MSFT
5
Comments
There are two ways to get the generated SQL for a Report Builder report (or for a model-based query in any RS report): 1) use SQL Profiler to capture the incoming SQL commands, or 2) enable query logging in the report server. To enable query logging...
Bob's SQL Reporting Services Blog
Subscriptions to Report Builder reports
Posted
over 7 years ago
by
Bob Meyers MSFT
0
Comments
Many people are interested in creating subscriptions to Report Builder reports. In SQL Server 2005 this is only possible if the reports can be run unattended by the server . If the report has any user-dependent behavior, then it can only be run live by...
Bob's SQL Reporting Services Blog
Using RDL expressions in Report Builder
Posted
over 7 years ago
by
Bob Meyers MSFT
14
Comments
While not a documented feature, you actually can enter an arbitrary RDL expression into a textbox in a Report Builder report. For example, you could add a textbox that shows the date the report was run by setting the value of the textbox to the following...
Bob's SQL Reporting Services Blog
How to create a 'company' security filter for a hosted application
Posted
over 7 years ago
by
Bob Meyers MSFT
3
Comments
Several customers have asked how to restrict data visibility in a report model for a hosted application, where every table has a "CompanyID" column, and every user that accesses the system is associated (via some other table) with exactly one company...
Bob's SQL Reporting Services Blog
Collapsing a many-to-many relationship in a report model
Posted
over 7 years ago
by
Bob Meyers MSFT
8
Comments
Often a many-to-many relationship exists between two entities where the intermediate entity has nothing on it except the connecting roles. For example, it might be that an Employee can be assigned to many Regions, and each Region can have many Employees...
Bob's SQL Reporting Services Blog
Article: Implementing Data Security in a Report Model
Posted
over 7 years ago
by
Bob Meyers MSFT
0
Comments
I just posted the first article on my blog. Here's the abstract: The report models introduced in SQL Server 2005 feature a number of ways to customize the data visible to different users and groups: perspectives, model item security, security filters...
Bob's SQL Reporting Services Blog
SP1 CTP is now available -- Report Builder users should update
Posted
over 7 years ago
by
Bob Meyers MSFT
2
Comments
The SQL Server 2005 SP1 CTP is now available. This update fixes a number of Report Builder issues in the original 2005 release, including one that is fairly critical. The most critical issue is related to report processing and database collation. Model...
Bob's SQL Reporting Services Blog
Adding parameters (prompts) to a Report Builder report
Posted
over 7 years ago
by
Bob Meyers MSFT
4
Comments
You easily can add basic parameters to a Report Builder report using the Filter dialog. For example, to let the user choose which year to view sales data for, add an Order Year filter condition to your report filter, then, instead of specifying a value...
Bob's SQL Reporting Services Blog
Report Builder launch parameters
Posted
over 7 years ago
by
Bob Meyers MSFT
20
Comments
To launch Report Builder, use one of the following URLs (also documented on MSDN ): http://<servername>/reportserver/reportbuilder/reportbuilder.application (Full Trust) http://<servername>/reportserver/reportbuilder/reportbuilderlocalintranet...
Bob's SQL Reporting Services Blog
Grokking Report Builder Queries: This is NOT your mother's SQL!
Posted
over 7 years ago
by
Bob Meyers MSFT
6
Comments
IT People and Report Builder The natural inclination when IT people see and start to use Report Builder is that they immediately try think of the entire experience in terms of the underlying SQL statements -- in particular the type of SQL statements they...
Bob's SQL Reporting Services Blog
Report model denormalization: Why, How, and When
Posted
over 7 years ago
by
Bob Meyers MSFT
6
Comments
Relational databases are often heavily normalized to improve performance, reduce storage requirements, and ensure data consistency. While performance may be relevant to report execution, neither of these reasons is relevant when presenting the schema...
Bob's SQL Reporting Services Blog
What to do with IdentifyingAttributes and DefaultDetailAttributes?
Posted
over 8 years ago
by
Bob Meyers MSFT
1
Comments
SQL 2005 report models will ship with a curious and admittedly incomplete solution for handling "the information users typically want to see about an instance of entity X". The problem is that there are many scenarios for which the answer to that question...
Bob's SQL Reporting Services Blog
The philosophy behind Report Builder data navigation
Posted
over 8 years ago
by
Bob Meyers MSFT
7
Comments
The top part of the Explorer pane in Report Builder is probably unlike anything most people have ever used. It starts out as a flat list of entities -- big "things" in your database like Customers, Orders, Products, etc. -- but then rearranges itself once you've added the first field to your report into an auto-collapsing, recursive tree. What's really going on here? Why the new-fangled interface?...
Bob's SQL Reporting Services Blog
How to create an inline bar chart
Posted
over 8 years ago
by
Bob Meyers MSFT
2
Comments
Here's a neat trick a co-worker and I discovered this afternoon for creating an inline bar chart (an inline data visualization in a table or other data region). 1. Add an embedded image to your report that will serve as the "bar" (a simple horizontal...
Page 2 of 2 (43 items)
1
2