Hi,
I just installed the telerik reporting, and I try to replace microsoft report viewer with telerik's
Unfortunately I can't find ServerReport ReportPath atrribute inside telerik report viewer:
How can I insert the report path for the reportViewer control?
Thanks
I just installed the telerik reporting, and I try to replace microsoft report viewer with telerik's
Unfortunately I can't find ServerReport ReportPath atrribute inside telerik report viewer:
<telerik:ReportViewer ID="ReportViewer2" runat="server" Font-Names="Verdana" Font-Size="8pt" Height="700px" ProcessingMode="Remote" Width="100%" ShowDocumentMapButton="true" OnUnload="UnloadReportViewer" ShowPrintButton="True" ShowRefreshButton="false" BorderColor="Transparent" BackColor="#171717" BorderStyle="None" ForeColor="White" CssClass="ReportViewerText"> <ServerReport ReportPath="<%$ Resources:Common, SSRS%>"/> </telerik:ReportViewer>How can I insert the report path for the reportViewer control?
Thanks