Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/30.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 我得到了这样一个错误:“quot;报告定义无效";使用报告向导创建报告时_C#_Asp.net_Crystal Reports - Fatal编程技术网

C# 我得到了这样一个错误:“quot;报告定义无效";使用报告向导创建报告时

C# 我得到了这样一个错误:“quot;报告定义无效";使用报告向导创建报告时,c#,asp.net,crystal-reports,C#,Asp.net,Crystal Reports,当我尝试使用报告向导创建报告时,出现此错误 报表定义无效。详细信息:命名空间中的元素“TableCells”http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition"内容不全,。所需的可能元素列表:'http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition:TableCell'. F:\mysite\myReport

当我尝试使用报告向导创建报告时,出现此错误

报表定义无效。详细信息:命名空间中的元素“TableCells”http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition"内容不全,。所需的可能元素列表:'http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition:TableCell'. F:\mysite\myReport.rdlc

请帮我对付这些家伙

我的代码看起来像这样

<Table Name="table1">
<Top>0.5in</Top>
<Style />
<Header>
  <RepeatOnNewPage>true</RepeatOnNewPage>
  <TableRows>
    <TableRow>
      <TableCells></TableCells>
      <Height>0in</Height>
    </TableRow>
  </TableRows>
</Header>
<Details>
  <TableRows>
    <TableRow>
      <TableCells></TableCells>
      <Height>0in</Height>
    </TableRow>
  </TableRows>
</Details>
<TableColumns />
<DataSetName>reportDataSet_DataTable1</DataSetName>
</Table>

0.5英寸
真的
0英寸
0英寸
reportDataSet_数据表1
您的
元素必须至少包含一个

您的数据集是否包含任何列