Telerik Forums
Reporting Forum
0 answers
85 views

HI,

       I'm facing an issue on Telerik reporting while rendering into word(DOCX). My generated docx file table 1st cell name has been disappearing ...Not only one table. Every table 1st cell Name has disappered.. Why? 

  I don't know? can some one help

A.p.kumar
Top achievements
Rank 1
 asked on 24 Sep 2018
12 answers
942 views

Hi,

We are trying to use HTML5 Report viewer in Angular 2 and Typescript. We are able to render report with hard coded parameters. Now we need to dynamically pass parameters both key and value.

 

ngAfterViewInit() {

 var reportViewer = jQuery("#reportViewer1");
        if (reportViewer) {
            telerik_ReportViewer({
                serviceUrl: this.baseUrl,
                templateUrl: this.templateUrl,
                reportSource: {
                    report: "test.testreport,report",
                    parameters: {
                        "p1": 1,
                        "p2": 2,
                        "p3": "head"
                    }
                }
            });
         }

}

Instead of hard coded p1,p2, p3 we want to read key value pair from array and assign both key and value to  parameters.

We are unable to get how to assign parameters dynamically. Please guide us. We are not able to find a sample which does this.

 

Bashir
Top achievements
Rank 1
 answered on 22 Sep 2018
8 answers
583 views
I've followed the steps on this link http://www.telerik.com/help/reporting/advanced-creating-multi-column-reports.html
I tried in VS2010 and Telerik Report Designer.

But I keep getting only one column report.

I've also tried with a simple report, just listing some codes and I've got the same issue.

Attached all the screenshots of design and preview.

Thanks,
Ezequiel
Mark
Top achievements
Rank 2
Bronze
Bronze
Veteran
 answered on 21 Sep 2018
6 answers
835 views

I am getting the following message

 

"Can not start the wizard. Consider restarting Visual Studio. DesignerHost is null."

 

I have restarted over and over again, including rebooting my machine.

 

Any help

Thanks.

Mark
Top achievements
Rank 2
Bronze
Bronze
Veteran
 answered on 21 Sep 2018
1 answer
366 views

Hello, we are (ab)using reports to design printable documents, and we're having an issue with printing multiple reports on a page.

Normally, printing works fine, however when a certain field is long enough to create a new line, the size of the item gets increased, causing report items to get bumped to a new page. See attached image for the report item, which fits 6 to a 8.5x11 page in landscape mode.

What I'd like to happen is that items near marker #2 expand to take up the space up till the grid at marker #1, whereas right now any new line in the items at marker #2 will simply cause the entire report to be longer. I've attached a second image showing the actual printed result. If the third item weren't a line longer, there would be 3 more items on that page.

Todor
Telerik team
 answered on 21 Sep 2018
3 answers
226 views
Hello

i run multiple Applicationpools on one Server. In every pool the same binaries are installed (Different environments: Test, Demo, ect.).
If i use the HTML5 reportviewer with filecache i get some troubles when running the pools at the same time. If i start one pool and run a report there everything is fine. If i start a second pool and run the report there i get the errormessage:
"Internal Server Error:
An error has occurred.
Access to the Path "8.2.14.1204_ClientsCacheLock" is denied."

I use the MVC HTML5 Viewer. In the service i create the cache like this:
protected override Telerik.Reporting.Cache.Interfaces.ICache CreateCache()
{
            return Telerik.Reporting.Services.Engine.CacheFactory.CreateFileCache( HttpContext.Current.Server.MapPath("/Cache") );
        }
 }

The applicationpool has enough rights to write into this folder.

What do i miss?

best regards
Fabian

Silviya
Telerik team
 answered on 21 Sep 2018
2 answers
358 views
I am trying to create a clustered column graph that shows the number of services and appointments booked each hour, as depicted by mockup.jpg. I am pulling the data through a SQL data source as shown in data.jpg, where the first row represents the number of services booked and the second row represents the number of appointments booked. The column graph is set up such that each column pulled from the database is a series along the X-axis, and the row values are the Y values. However, for the graph series, the Report Designer seems to group rows that have the same value; an example of this problem is shown in issue.jpg. The 11AM category should have two bars, not one. The grouping issue does not occur with columns that have different row values; in the example, the 10AM column shows two bars as it should. I tried removing series grouping for the 11AM column, but it does not fix the issue.
Anil
Top achievements
Rank 1
 answered on 20 Sep 2018
1 answer
257 views

This has been asked before but all answers are around extending the functionality of Telerik Reports (which I can't do).

When using the standalone designer, I have a picture box that retrieves the value from a database field. Sometimes that field is null or empty text (''). When this occurs, the report renders with a nasty message.

How can we have it just hide that picture box?

I have tried to use conditional formatting with no luck (=IIF(isnull(Fields.PicPath,'') = '',1,0).....and then turn off visibility if it is a 1).

So...no code answers please. This is for the standalone version. How do you resolve this?

Note I can modify the SQL query as needed as well and have tried to send it Null values as well as '' (empty text) and nothing appears to satisfy Telerik.

Help please.

Brian
Top achievements
Rank 1
 answered on 20 Sep 2018
3 answers
599 views
Hello,
I try to make a dynamic table, the table in Hebrew, and when the columns are added they are added to the right while I want them to be added on the left. 
 Is there a way to set the table will be in Hebrew (right to left)?
Silviya
Telerik team
 answered on 20 Sep 2018
5 answers
1.0K+ views

I'm currently running into a road block, I'm the only user at the company figuring out if Telerik will work for our reports.

When following.....https://docs.telerik.com/reporting/quick-start-windows-viewer

I get

'RefreshReport' is not a member of 'ReportViewer' telerik telerik report on adding the RefreshReport() on step 8 while running this in Visual Basic.

======================Code Sample Bellow====================

Imports Telerik.ReportViewer
Imports Telerik.Reporting.Report
Imports Telerik.Reporting
Imports Telerik.ReportViewer.Html5

Public Class WebForm1
    Inherits System.Web.UI.Page

    Private Sub MainForm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Me.ReportViewer1.RefreshReport()
    End Sub

End Class

=========================================

I added the imports to see if that would help and it has not.   Have a missed something obvious?

 

John S.
Top achievements
Rank 1
 answered on 20 Sep 2018
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?