Joh*_*som 12

要注释掉放在Reporting Services .rdl文件的"页面属性"的代码部分中的源代码,只需将撇号放在前面,就像这样.

'ADD YOUR CODE HERE
Run Code Online (Sandbox Code Playgroud)

请查看以下有关SQL Server Central的文章:

将自定义代码添加到Reporting Services

您还可以使用撇号将注释放入带有Reporting Services控件的表达式中.只有在表达式定义之后发表评论时,这似乎才有效.例如:

= "Test"
'Add Your comments here
Run Code Online (Sandbox Code Playgroud)