dbTalk Databases Forums  

rdl(xml) to project (Layout)

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss rdl(xml) to project (Layout) in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
valdemirs
 
Posts: n/a

Default rdl(xml) to project (Layout) - 12-21-2009 , 01:09 PM






Hi :
Recently I made a project using Visual Studio, and I save this like
myproject.rdl, but when I open
this file I only see xml data like this:

<?xml version="1.0" encoding="utf-8"?>
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/
2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/
SQLServer/reporting/reportdesigner">
<DataSources>
<DataSource Name="DataSource1">
<rdataSourceID>ee4ca7c7-05e1-4cec-9c53-ce704a269319</
rdataSourceID>
<ConnectionProperties>
<DataProvider>SQL</DataProvider>

How could I revert this data to my project ?
Thanks

Reply With Quote
  #2  
Old   
Plamen Ratchev
 
Posts: n/a

Default Re: rdl(xml) to project (Layout) - 12-21-2009 , 03:38 PM






RDL is report definition file for SQL Server Reporting Services (SSRS). You need to have SSRS installed to run and see
the report.
http://en.wikipedia.org/wiki/SQL_Ser...rting_Services

--
Plamen Ratchev
http://www.SQLStudio.com

Reply With Quote
  #3  
Old   
BrianR
 
Posts: n/a

Default Re: rdl(xml) to project (Layout) - 12-22-2009 , 06:08 AM



In business Intelligence Development Studio (BIDS) , open the solution
file *.sln, not the individual rdl file.
If you want to add it to an existing solution / new solution: in
solution explorer, under reports, choose add existing item , and
browse to the rdl file (youll need to choose a data source also)

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.