Telerik Forums
Reporting Forum
0 answers
42 views
Hi,

Currently I am investigating the testing facilities available for Telerik specific reports.

As part of the current Telerik Testing Framework, what coverage is offered to develop coded unit tests (C#) around a Telerik instance reports or Telerik URI reports? 

Kind regards,

Jean-Paul
Jean-Paul
Top achievements
Rank 1
 asked on 27 Jun 2014
4 answers
102 views
Using q1 2013 no Reportbook item in my VS2008  toolbox. Alphabetically i see, panel, picturebox, shape... ? No errors encountered during install that i recall.

any thoughts appreciated.
Stef
Telerik team
 answered on 26 Jun 2014
11 answers
254 views
Hi Team,

When we expect text justification option in textbox and htmltextbox ? Every clients of my company require this. Is there any other workaround available ?

Thanks in advance.
Stef
Telerik team
 answered on 26 Jun 2014
3 answers
279 views
I try to run the report on the report viewer with a lot of calculation. I extended time out on data source. But after a while I got a blank screen.

Do you have any suggestions.

Thank you,
Stef
Telerik team
 answered on 26 Jun 2014
2 answers
395 views
ASP MVC 4 using old aspx not razor
Bootstrap css
confirmed  /api/reports/formats returns json
so rest service webapi is working

/Reports/telerikReportViewerTemplate.html
returns correctly in the browser

All I get is the following "Telerik.ReportViewer.Mvc.ReportViewerBuilder"


Here is my mark-up
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
    <%=Html.TelerikReporting().ReportViewer()
        // Each report viewer must have an id - it will be used by the initialization script 
        // to find the element and initialize the report viewer.
        .Id("reportViewer1")
        // The url of the service which will provide the report viewer with reports.
        // The service must be properly configured so that the report viewer can 
        // successfully communicate with the server. 
        // For more information on how to configure the service please check http://www.telerik.com/help/reporting/telerik-reporting-rest-conception.html.
        .ServiceUrl("/api/reports/")
        // The url for the report viewer template. The template can be edited - 
        // new functionalities can be added and unneeded ones can be removed.
        // For more information please check http://www.telerik.com/help/reporting/html5-report-viewer-templates.html.
        .TemplateUrl("/Reports/telerikReportViewerTemplate.html")
        // Strongly typed ReportSource - TypeReportSource or UriReportSource.
        .ReportSource(new TypeReportSource() { TypeName = "Tracker.Services.ReportOpenOpportunities, Tracker.Services" })
        // Specifies whether the viewer is in interactive or print preview mode.
        // PRINT_PREVIEW - Displays the paginated report as if it is printed on paper. Interactivity is not enabled.
        // INTERACTIVE - Displays the report in its original width and height witn no paging. Additionally interactivity is enabled.
        .ViewMode(ViewModes.INTERACTIVE)
        // Sets the scale mode of the viewer.
        // Three modes exist currently:
        // FIT_PAGE - The whole report will fit on the page (will zoom in or out), regardless of its width and height.
        // FIT_PAGE_WIDTH - The report will be zoomed in or out so that the width of the screen and the width of the report match.
        // SPECIFIC - Uses the scale to zoom in and out the report.
        .ScaleMode(ScaleModes.SPECIFIC)
        // Zoom in and out the report using the scale
        // 1.0 is equal to 100%, i.e. the original size of the report
        .Scale(1.0)
        // Sets whether the viewer’s client session to be persisted between the page’s refreshes(ex. postback). 
        // The session is stored in the browser’s sessionStorage and is available for the duration of the page session.
        .PersistSession(false) %>
</asp:Content>
Stef
Telerik team
 answered on 26 Jun 2014
6 answers
193 views
Using the most recent version of Telerik Reporting  7.0.13.426 with the visual studio 2012 dark theme has an issue where the context menu is black on black.  Does anyone else have this issue?  All other context menus across the project are fine (rdlc's, solution explorer, etc)

Peter
Telerik team
 answered on 26 Jun 2014
6 answers
593 views
Hi,

after resolving the problem with the initialization Xaml-Parse error I added the binding redirects into my app.config.
Now the window with the report opens, but it shows only a blank window without the Control.

Any hints?
I am using the newest versions of reporting and WPF.

Best regards
Manfred
Stef
Telerik team
 answered on 25 Jun 2014
1 answer
146 views
Hi,

I tried to print html5 report, 
with  text in Hebrew(Israel) and English(USA) , 
the text in Hebrew does not display in print preview and not printed.
just the English text printed.

In the "toggle print" button in the menu from template,  the Hebrew text is displayed, but not in the  Adobe Reader print preview(after press "print" in menu).)

I tried some ways to find the problem but didn't find:
1. print an other page in Hebrew from Adobe Reader XI,  succeeded.
2. Exporting to Excel and PDF.
 Excel succeeded, PDF with the language problem. 

Could you help?
 You know where the problem is? And how to solve it?

Thank you very much, 
Chani
Stef
Telerik team
 answered on 25 Jun 2014
1 answer
198 views
Hello,
We are using vs report designer for creating reports. We want support some languages for each report.
I undersand we can add resource file for each report for each language but it is uncomfortable us to create seperate resource file for each report.
Is there a way to create only one resource file for each language that contains all texts for all reports in same project?
Thanks,
Yocheved
Stef
Telerik team
 answered on 24 Jun 2014
1 answer
87 views
I am working with a legacy MFC application that draws its output to device contexts for printing. I'd like to try and intercept this and use the PDF output from Telerik Reporting - is it possible to get a handle to the device context?
Stef
Telerik team
 answered on 24 Jun 2014
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?