This is a migrated thread and some comments may be shown as answers.

ReportViewer path

3 Answers 307 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 05 Jan 2012, 01:30 PM
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:

<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

3 Answers, 1 is accepted

Sort by
0
Hadib Ahmabi
Top achievements
Rank 1
answered on 05 Jan 2012, 01:45 PM
0
Alex
Top achievements
Rank 1
answered on 05 Jan 2012, 03:47 PM
But it doesn't answer my question sorry.
0
Steve
Telerik team
answered on 05 Jan 2012, 05:12 PM
Hi Alex,

Telerik Reporting is an embedded engine that is part of your application i.e. there is no such concept as local and server reports. You can specify the report to be displayed in the viewer via the Report Property.
More information is available in the article from the post above.

Regards,
Steve
the Telerik team

Q3’11 of Telerik Reporting is available for download. Register for the What's New in Data Tools webinar to see what's new and get a chance to WIN A FREE LICENSE!

Tags
General Discussions
Asked by
Alex
Top achievements
Rank 1
Answers by
Hadib Ahmabi
Top achievements
Rank 1
Alex
Top achievements
Rank 1
Steve
Telerik team
Share this question
or