Comments for expressions in Report Studio

1. For inline comments like programming languages we can use the following code:

#/**/#

2. Using HTML Comments

Insert an HTML item on the page where you like to put your comment.

Write your code like this . It will be commented out.

3. Using XML Comments

Report studio generated XML for every report specification.

Once you have saved a report open its XML specification in an editing tool.

Write your code like this . It will be commented out

Only drawback is you have to open the XML in an editor every time you want to edit the comment.