SSRS报告在部署后不显示任何内容

时间:2016-02-07 08:40:21

标签: reporting-services

我在报表服务器中部署了一个ssrs报表。当我试图在报表服务器中运行该报表时,它什么也没显示。但它会在“预览”中获取相应的结果。我是ssrs报道的新手。

我的查询:

if @department is not null and @Course is not null  select
student_name,average from student where student_id=@studentid

else if @department is not null and @Course is null select
student_name,average from student  where student_id=@studentid and
department_name=@department


@department , @course are optional user inputs  
@student_id is mandatory user input

2 个答案:

答案 0 :(得分:0)

尝试从报表服务器中的报表查看器中打开报表,您应该在那里找到更好的消息来解决问题

答案 1 :(得分:0)

只需重新启动SQL Server Reporting Services。