RDLC报告分组以下

问题描述

我要在报告上设置的对象

public class SurveyTemplateReportModel
{
    public string Topic { get; set; }
    public string Section { get; set; }
    public string QuestionName { get; set; }
    public string Question { get; set; }
    public string Field { get; set; }
}

报告结构

**Topic 1**
**Section 1**

QuestionName 1.0
Question 1.0
Field 1.0

QuestionName 1.1
Question 1.1
Field 1.1

**Section 1.1**

QuestionName 1.1.0
Question 1.1.0
Field 1.1.0

QuestionName 1.1.1
Question 1.1.1
Field 1.1.1

**Section 2.0**

QuestionName 2.0.0
Question 2.0.0
Field 2.0.0

QuestionName 2.0.1
Question 2.0.1
Field 2.0.1

QuestionName 2.0.2
Question 2.0.2
Field 2.0.2

任何人都可以帮助我设置此类报告

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)