Add ssrs report description

后端 未结 7 632
灰色年华
灰色年华 2021-01-26 00:16

Anyway I can add a ssrs report description that displays in the report before execution? I Googled and most people said its not possible but there has to be a way to tweak it ri

7条回答
  •  日久生厌
    2021-01-26 00:34

    Also:

    1. You can put the description of the report in to new data set under field X.
    2. Add New parameter which will be above your parameter.
    3. Set default value as X from new data set to your new parameter.

    This will display the information as it will execute first parameter before whole report will be executed.

提交回复
热议问题