How do I enable a side help window?
You can apply a Help window that will display on the right side of each ReportDesigner.aspx tab. You can then apply custom help text.
In ReportDesigner.aspx, replace ReportDesigner with ReportDesignerWithHelp
<asp:Content ID="Content1" ContentPlaceHolderID="MainContentPlaceHolder" Runat="Server">
<cc1:ReportDesignerWithHelp id="queryBuilder" runat="server" >
</cc1:ReportDesignerWithHelp>
</asp:Content>
To change the text use the HelpText [link to http://www.izenda.com/Site/CodeSample/CodeSample.aspx?setting=HelpText] setting.
