DCSIMG
המידע שקיבלת במסגרת בלוג זה הינו מידע כללי בלבד ואין לראות ו\או להסתמך על מידע כאמור כייעוץ ו\או תחליף לייעוץ מכל סוג שהוא ו\או להסתמך עליו לעניין כלשהוא. Report builder - Business Intelligence,Technology, Thoughts, Thinking
Sign in | Join | Help

Browse by Tags

Nice Undocumented feature in Report Builder 1.0
17 January 09 05:28 PM | Ronen Chenn | with no comments
1. You can add a textbox that shows the date the report was run by setting the value of the textbox to the following: =String.Format("Date: {0:MM/dd/yyyy}", DateTime.Today) 2.Another potential use of this undocumented feature is to display the values selected by the user for each report parameter. This is a helpful workaround for the fact that the auto-generated filter description does not insert the run-time values for each parameter. Here's an example of an RDL expression that would...
Report Builder 1.0 shortcut from your desktop
17 January 09 04:25 PM | Ronen Chenn | with no comments
Hi, If you need direct link to the report builder, use this one on a shortcut on your desktop: Do not forget to change the server name {SERVER}... The shortcut: http://{SERVER}/ReportServer/ReportBuilder/ReportBuilder.application Have Fun. Ronen Technorati Tags: DEV , RB 1.0 , Report builder