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.
我在 MS Reporting Server 上创建了一份报告。我想以编程方式更改报告页面方向。我的意思是当报表视图加载报表时,我想从 .net 代码中设置报表的页面方向值。我怎样才能做到这一点?谢谢。
页面方向通过InteractiveSize报表的(宽度/高度)属性处理。据我所知,您不能将它们设置为表达式,因此我认为不可能动态更改方向。
InteractiveSize
唯一的选择是
唉,不是很简单的选择。