October 14, 2011 at 12:28 am
hi,
when i try to open any .rdl file in my report bulider its show this error...
how to slove this error..
System.IO.StreamReader: The Report element was not found.
October 14, 2011 at 5:34 am
Anand.A (10/14/2011)
hi,when i try to open any .rdl file in my report bulider its show this error...
how to slove this error..
System.IO.StreamReader: The Report element was not found.
The rdl files are just xml files. The top node is the Report element. For a 2005 reporting services report it would look like:
<?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">
So based off your error it sounds like that element is missing.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply