Telerik Forums
Reporting Forum
1 answer
225 views
Hi,

I'm trying to create a report with summary of all rows in the table like the example below.

emp_id   emp_name
1                  a
2                  b
3                  c

emp_count: 3

I tried to add TextBox for emp_count with aggregation to emp_id column but because of the textbox doesn't have DataSource, the value was 0.
When I added DataSource to the report, the emp_count's value was correct but the table's data displayed twice. I also tried to use RowCount("reportName") function
but it didn't work. 

Any suggestion?

Thanks
Stef
Telerik team
 answered on 27 Jun 2014
1 answer
130 views
Hi,
I can not open example Employee Sales Summary.trdx file with Report Designer Q2 2014. It show : Object reference not set to an instance of an object.
You can refer attached file for detail. For other trdx files, it open correctly.

This err also appear with some report file trdx created with Report Designer Q1 - 2014.

Stef
Telerik team
 answered on 27 Jun 2014
0 answers
44 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
106 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
271 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
301 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
411 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
203 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
626 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
153 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
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?