Reportview file cannot view Design

Asked

Viewed 29 times

0

I’m starting to use Report View, but I have a problem. When I create a project with the Report template the generated file cannot open the design, I can only view this code, as below.

<?xml version="1.0" encoding="utf-8"?>
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
  <Width>6.5in</Width>
  <Body>
    <Height>2in</Height>
  </Body>
  <rd:ReportTemplate>true</rd:ReportTemplate>
  <Page>
  </Page>
</Report>

You got a way to fix this ?.

1 answer

0

This is the code.

<?xml version="1.0" encoding="utf-8"?>

Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:Rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner"> Width>6.5in Body> 2in /Body> Rd:Reporttemplate>true Page> /Page> /Report

Browser other questions tagged

You are not signed in. Login or sign up in order to post.