Topic profile page for RDL.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: RDL.
Topic "Rdl" was discussed 2,346 times on 280 sites in last 3 months
Visual Studio 2005 (2008 installed too) + Visual Source...Visual Studio 2005 (2008 installed too) + Visual Source Safe 2005, on Windows 7 64 bit - Trying to Save a checked out Reporting Services .RDL, gives error 'Operation could not complete'
Started 6 days, 22 hours ago (2009-11-05 12:35:00)
by at0z
Hi, We have a client requirement. What they want is embedding or deploying a .rdl rport in a aspx page. Actully, they want that, they will create a login page using asp and when user logged-in to the application hey should see the reports according to their priviledges or roles . For now I have created the reports using VS 2008 and deployed reports in report manager ....! But dont know how to...
Started 1 week ago (2009-11-04 22:12:00)
by Daniel vom Saal
We are generating custom RDL which we are then using the ReportViewer to display and print. We would like to set a "standard" font that is used throughout our report so that we don't have to specifiy the settings for each and every TextBox object, which bloats the report size tremendously. Is there a way to do this?
Started 1 week ago (2009-11-04 18:26:00)
by Ventsislav Velev
I'm having a weird problem. I changed the prompt text for one of my report parameters in Layout view and I also changed the labels of the values for another parameter. When I do preview in VS 05 everything looks fine. I then take the rdl files and upload them on the machine running the report server via the Report Manager tool. When I view the report from the report server the old text appears. ...
Started 2 weeks, 1 day ago (2009-10-27 15:00:00)
by johnbla
in visual source safe my projects contain multi directory entries . one directory for solution and one directory for projects and rdl. What do i have to change to get the root directory in projects to contain solution ,projects and rdl under a single directory entry.
Started 4 weeks ago (2009-10-15 09:13:00)
by Patrick FABRE
I want to customize the summary case report. After export, i am unable to load this existing report in VS2005. rdl seems not valid, deserialisation failed. Any ideas ? -- MCSE,MCSD.NET,MCDBA,MCCRM. Microsoft CRM Partner.
Started 4 weeks, 1 day ago (2009-10-13 22:59:00)
by Bill - SD
Is there an RDL object model in C# (VS-2008 SP1)? Can I manipulate the RDL content thru an object model? More specifically, I need to populate the fields in the dataset attached to the RDL. I have an RDL which I wish to populate from a local XML file (that I've loaded into a dataset). If so, are any examples available?
Started 1 month ago (2009-10-09 15:18:00)
by Ryan Dev
When I try to save the .rdl in VS2005, the title bar of Visual Studio changes to 'Not responding', there's a lonnnnnggggg pause... and then it says 'Operation could not complete' and a dialog popup appears showing me the checked out folder and allowing me to click Save or Cancel. If I click Save again, the same happens again, with a gap between 5 seconds and 30 seconds, and normally errors out ...
Started 1 week, 1 day ago (2009-11-03 12:24:00)
by sashidhar.ssd
Hi Firends Is there any way to export the report to pdf or excel programmatically.In (Business Intelligence studio) Any help is greatly appreciated..! Thank u
Started 6 days, 4 hours ago (2009-11-06 07:15:00)
by Jin Chen
Hi sashidhar.ssd, Please see: http://social.technet.microsoft.com/Forums/en-US/s qlreportingservices/thread/bd5d3830-c80a-489d-9a4c -ac9ca680751c The first function "ExportReport" in the custom code is used to render a report to a specified file. Thanks, Jin Chen
Started 3 days, 8 hours ago (2009-11-09 02:45:00)
by Wookie
I have come accross an issue with reporting services when using external images and accessing via report viewer .net components. Within the RDL I am using an expression to access a bmp via a URL. The report works fine in VS2005/2008 and when running the report through IE. However if the same report is run with the same criteria ...
Started 3 days ago (2009-11-09 10:46:00)
by Wookie
I have come accross an issue with reporting services when using external images and accessing via report viewer .net components. Within the RDL I am using an expression to access a bmp via a URL. The report works fine in VS2005/2008 and when running the report through IE. However if the same report is run with the same criteria using an application with reporting services .net components the...
Started 1 week ago (2009-11-04 19:15:00)
by gork68
I have a script that I use with rs.exe to import reports and set its data source. This script runs fine in SSRS 2005 but moving over to SSRS 2008 the data source does not get set (sometimes). If I have a RDL file that is created with a data source named BLAH and I deploy it through rs.exe and call RS.SetItemDataSources with a data source named BLAH then it succeeds and data source is set. If I...
Started 5 days, 14 hours ago (2009-11-06 21:08:00)
by mlevitt
I am createing a matrix report. I have to add many columns to the Rows Group. I successfully add columns to the Rows Group (up to width 86in) If I add one more column, the rdl won't upload to the Report Server. I can preview the report in Visual Studio, but the Report Server throws an error. The error it gives (see below) does not describe the real problem, the Session ends and I have to ...
Started 4 days, 2 hours ago (2009-11-08 08:45:00)
by Raghav_Prasad
Hi, I m a newbie.I need ideas on how to proceed further.The problem is stated below: Set of reports/rdl is present in reports library.The Workflow shud be started exactly at some point of time.It has to send an email to a group of people.The main catch is..the content of the email.As the workflow is automatic ,wrkflow has to check whether the data is uploaded in SQL database and if data is...
Started 2 days ago (2009-11-10 11:20:00)
by Ragnar Heil
Hi, I have got 4 reports and in one of them no "manage parameter"-window opens if I right-click on the report ""Manage Parameters" in Sharepoint (WSS 3.0 SP1) I deleted the rdl-file, assigned correct datasources -> same behaviour all 4 files have the same rights thanks Ragnar
Started 3 days, 2 hours ago (2009-11-09 09:33:00)
by Jay Khanpara
Hi All, I am creating the report on the fly and displaying in the report viewer. I am doing the following steps for the same: 1) take select query from user. 2) Generate rdl file according to query schema. 3) Deploy the rdl file to report server. 4) Display in the report viewer. Everything works file for the first time. But if I click the generate button second time it says, "An error has ...