针对生成2016版本的rdlc报表
1、将<Report xmlns.....>节点的版本替换下面的版本
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
2、删除 <ReportSections>和</ReportSections>、 <ReportSection></ReportSection>标签节点:注意标签节点中间的内容不要删除
3、删除 <ReportParametersLayout>和</ReportParametersLayout>标签:注意标签中的内容也一起删除
每次Rdlc报表中的内容修改,对应的Xml页面会重新生成,需要再次对xml页面进行以上操作
针对生成2016版本的rdlc报表
1、将<Report xmlns.....>节点的版本替换下面的版本
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
2、删除 <ReportSections>和</ReportSections>、 <ReportSection></ReportSection>标签节点:注意标签节点中间的内容不要删除
3、删除 <ReportParametersLayout>和</ReportParametersLayout>标签:注意标签中的内容也一起删除
每次Rdlc报表中的内容修改,对应的Xml页面会重新生成,需要再次对xml页面进行以上操作
针对生成2016版本的rdlc报表
1、将<Report xmlns.....>节点的版本替换下面的版本
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
2、删除 <ReportSections>和</ReportSections>、 <ReportSection></ReportSection>标签节点:注意标签节点中间的内容不要删除
3、删除 <ReportParametersLayout>和</ReportParametersLayout>标签:注意标签中的内容也一起删除
每次Rdlc报表中的内容修改,对应的Xml页面会重新生成,需要再次对xml页面进行以上操作