Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Display 方法在 SSRS 报告中显示该字段。我在返回所需值的表中创建了一个显示方法。然后我选择了该显示方法作为报告中的字段。它不会在使用 Display 方法生成的报告中显示任何值。
我想到了。就我而言,这是因为显示方法由于逻辑错误而没有返回任何内容。我无法通过直接使用断点和调试器来调试它,所以我必须创建一个作业来调试显示方法并找出问题所在。