ReportView file I can not see Design

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 can not open the design, I can only visualize 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>

Can you solve this?

    
asked by anonymous 22.02.2018 / 00:25

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

    
22.02.2018 / 00:33