到目前为止,我没有尝试过任何工作......
答案 0 :(得分:12)
要注释放置在Reporting Services .rdl文件的“页面属性”的代码部分中的源代码,只需将撇号放在前面,就好这样。
'ADD YOUR CODE HERE
查看以下有关SQL Server Central的文章:
Adding Custom Code to Reporting Services
您还可以使用撇号将注释放入带有Reporting Services控件的Expression中。只有在表达式定义之后发表评论时,这似乎才有效。例如:
= "Test"
'Add Your comments here
答案 1 :(得分:0)
“报告服务功能”是什么意思? MDX查询?那将是“//”。
示例:
//Comment
对于报表表达式,它是“'”。
示例:
'Comment
答案 2 :(得分:-1)
使用单引号打开和关闭评论..
'example this will be ignored when the report is ran'