开发者

SSRS Parameter ordering when they have forward dependencies?

Question: In SSRS 2005, I have 6 parameters:

Parameter_1
Parameter_2
Parameter_3
Parameter_4
Parameter_5
Parameter_6

They all have backward dependencies (Parameter_N depends on Parameter_(N-1) ).

When they appear in the output, they are ordered like this:

Parameter_1 Parameter_2
Parameter_3 Parameter_4
Parameter_5 Parameter_6

But I would need:

Parameter_1 Parameter_4
Parameter_2 Parameter_5
Parameter_3 Parameter_6

However, I can't rearrange the parameter list, because they all depen开发者_运维技巧d on each other, and the display ordering is determined by the list order of the parameters, which would mean the backward dependency becomes a forward dependency, which would be illegal...

Is there any way to achive this ?


This question is similar, and there the conclusion was that it is only possible using a wrapper application such as ASP.Net.

How to change the SSRS input parameters position in report


To change the order of report parameters

In the Report Data pane, expand the Parameters node. Click the parameter and use the up and down arrow buttons on the Report with CTRL Key. Data pane toolbar to move the parameter higher or lower in the list.

If the Report Data pane is not visible, click Report Data on the View menu.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜