Telerik Forums
Reporting Forum
3 answers
80 views
I have to create a report in C# with a design like tables in tables. Repeating datas have different column and row counts and different data types (string and bool). So I can not use wizard an I have to create it in code behind.

The answers you gave far questions like this leads to videos and help pages which are teaching wizards. I could not find a good answer for my question at the and of google search for 3 days and 38 hours. Please help.
KS
Top achievements
Rank 1
 answered on 10 Jun 2014
1 answer
164 views
Hi,

I am using the HTML5 report viewer and even though I have installed and told the report to render styles using the TTF version of Open Sans, it is instead substituting Microsoft Sans Serif when showing it on the site in HTML5.  It is working fine in the report designer for Visual Studio. i.e. it is rendering using Open Sans and the style definitions are all correct.

Please help.

Andrew
Andrew
Top achievements
Rank 2
 answered on 10 Jun 2014
1 answer
191 views
Hi
I am new to telerik reporting.
I currently have a MVC web application that shows a telerik report. I want to get and pass multi parameter to telerik report given by  input from stored procedure.
Now I want to know  how to bind and load data to telerik report. anyone can help me?


Thank You
Peter
Telerik team
 answered on 09 Jun 2014
5 answers
165 views
I need to draw a Trend Graph with a date time value on the X Axe and a Value on the Y Axe.
I have many samples (1000) within a short period less (10 minutes) and I'd like to see an entry in the graph at every second.

DateTime Scale doesn't allow to use seconds so I choose the Category Graph option but I cannot limit the number of labels of the X Axe that will be too much (1000).

Is there any way to solve my issue either with DateTime Scale or with Category Scale?


Michele 
Ivan Hristov
Telerik team
 answered on 09 Jun 2014
3 answers
112 views
Hi,

Is the only way to run HTML 5 reports to purchase a license for Kendo UI Pro too?

Kind regards

Andrew
Andrew
Top achievements
Rank 2
 answered on 09 Jun 2014
3 answers
115 views
I migrated from Telerik Reporting 2013 Q3 to 2014 Q1.
I was surprised to see that setting Style.Font.Bold=true applies the style "font-weight:600" instead of "font-weight:bold".
This leads to Chrome not showing elements in bold...

Anyone know how to fix this?
This appears to be a bug in the latest reporting.
Mike
Peter
Telerik team
 answered on 09 Jun 2014
5 answers
364 views
On the demo when I print with the HTML5 viewer it creates a popup and then downloads a PDF, when I click on the PDF, then it brings up a print menu. A longer process and hoops to go through and more pop-up blocking.
Now vs the ASP.NET version on the demo, it just brings up the printing dialog.
I'm using chrome on windows 8.1.

I think my question is more on the future of reports.  HTML5 viewer is new and probably has stuff to work out.  I'm currently using ASP.NET viewer and I'm very happy with it.  The ASP.NET viewer isn't going away anytime soon in favor or HTML5 is it?  Are there any advantages of the HTML5 viewer that should make me drop the ASP.NET one?
Peter
Telerik team
 answered on 09 Jun 2014
2 answers
1.1K+ views
Hi,

So I am testing the report designer and trying to figure how to display images without embedding it inside the report. In easense I want to create a header and footer images so I can use them across all reports without the need to embed the binary of the two images in every page.

Is this possible or should I use the VS plugin?

Thanks
Aziz
Top achievements
Rank 1
 answered on 07 Jun 2014
5 answers
207 views
We inherited old Telerik 2011 code and our Telerik reports are failing with Telerik 2014 Q1.  We have good reports generated from the earlier version. The SurveyID does have a valid integer but the Datasource is failing.  The following has Bolded text being the failing code:

' Instantialte the report object and assign data sources to report and subreports
Dim Report1 As New Reporting.MstrRpt_LESD_Preview()
Dim SurveyID As New Int32
SurveyID = CInt(Session("LESD_SurveyID"))
Report1.DataSource = LESD.ConfigurePreviewReport(SurveyID)

CType(Report1.Items("detail").Items("SubReport1"), Telerik.Reporting.SubReport).Report.DataSource = LESD.ConfigurePreviewSubReportBase(SurveyID)
CType(Report1.Items("detail").Items("SubReport1"), Telerik.Reporting.SubReport).Parameters.Add("LESD_STE_CHECKED", chkIncludeSteInfo.Checked)
CType(Report1.Items("detail").Items("SubReport1"), Telerik.Reporting.SubReport).Parameters.Add("LESD_STE_NAME", rtbSteName.Text.Trim)
CType(Report1.Items("detail").Items("SubReport1"), Telerik.Reporting.SubReport).Parameters.Add("LESD_STE_PHONE", rtbStePhone.Text.Trim)
CType(Report1.Items("detail").Items("SubReport1"), Telerik.Reporting.SubReport).Parameters.Add("LESD_STE_EMAIL", rtbSteEmail.Text.Trim)
CType(Report1.Items("detail").Items("SubReport1"), Telerik.Reporting.SubReport).Parameters.Add("LESD_STE_COMPCODE", rtbSteCompCode.Text.Trim)
CType(Report1.Items("detail").Items("SubReport2"), Telerik.Reporting.SubReport).Report.DataSource = LESD.ConfigurePreviewSubReportNonBase(SurveyID)

Reporting_Utilities.ReportToPDF(HttpContext.Current, Report1)

End Sub

The excepton says:

System.NullReferenceException was unhandled by user code.
Additional information: Object reference not set to an instance of an object.

The SurveyID is an integer.  It should select a report based on which integer was selected.

Any ideas as to why it is failing?
Ron
Top achievements
Rank 1
 answered on 06 Jun 2014
1 answer
59 views
Hello, I have a problem.

In computer of developers, the report is ok, but in other computer, it is not ok. why? 

Help me, please.

THANKS
Ivan Hristov
Telerik team
 answered on 06 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?