Telerik Forums
Reporting Forum
1 answer
174 views
Hello,

I'm new in Telerik Reporting, and haved started to see the telerik example : CSharp.Html5Demo.

When I launch this demo, the report is not displayed, I have a white page with the toolbar, but if I export the report in PDF I have a good result.

You can see the result in the picture.

I appreciate your help.

Regards,

Laurent
Stef
Telerik team
 answered on 14 Dec 2013
1 answer
103 views
Good Day All,
Please is it possible to email a report on a click of a button. any ideas or how to do it
Thank you
KS
Top achievements
Rank 1
 answered on 14 Dec 2013
6 answers
605 views
I have an WPF app with ReportViewer in one project and in another are all the telerik reports.
Via this app, I'll be calling the report selected in the dropdown to view.
Also I have the associated reports class name in the database.
I have the following snipet and it doesn't seem to work:

using (DBEntities db = new DBEntities(DBConnection.EntityModelConnectionString()))
{
   Report report = db.Reports.FirstOrDefault(r => r.ReportID == ReportID);

   Telerik.ReportViewer.Wpf.ReportViewer _reportViewer = new Telerik.ReportViewer.Wpf.ReportViewer();
   ReportViewerPlaceholder.Content = _reportViewer;
   _reportViewer.ReportSource = new Telerik.Reporting.TypeReportSource { TypeName = report.ClassName }
}

Am I missing something? An example will be great.
Stef
Telerik team
 answered on 13 Dec 2013
1 answer
242 views
How do I display x axis column labels on the top and bottom of a report?  I am using the Line chart with a Vertical Series Orientation.
Stef
Telerik team
 answered on 13 Dec 2013
5 answers
437 views
Is it possible to export to .txt ?
Stef
Telerik team
 answered on 13 Dec 2013
1 answer
125 views
When creating the Area Graph and also the bar graph I noticed the tics are actually the space between the data points on the axis.  Is there a way on the area and line graph to have the ticks line up with the data point? 
Ivan Hristov
Telerik team
 answered on 12 Dec 2013
1 answer
213 views
Hello, 

I was changing a pie charts over to the new pie graph (polar) in the latest Reporting (Q3 2013), and I was wondering how can you show the labels as a percentage of the total in the pie graph? Right now I have it showing the dollar value, but we want percent. Do I need to do this in the data before binding?


Thank you. 
NerdBrick
Top achievements
Rank 1
 answered on 12 Dec 2013
1 answer
180 views
I am calling a stored procedure from my report and passing in two parameters.  The first parameter is a SQL tinyiny, the second parameter is a SQL user defined data type named [OMS].[Lot_Number].  The data type is actually of type char(10).  In any case, when I attempted to programically set the parameter of the lot_number, and end users attempt to view the report, the query disregards the parameter.

To make this even more strange, when the developers run the exact code, the report functions as designed.

So after spending several, SEVERAL hours looking into the issue and passing blame amongst others in my IT department, I removed the user defined data type and defined it as char(10).  When the end users ran the report, the report finally produced the correct data.

This here is where I ask, does the report engine accept user defined data types and if so, how to pass the parameter to the stored procedure?

I appreciate  your help.

Regards,
Bob
Stef
Telerik team
 answered on 12 Dec 2013
1 answer
234 views
I am calling a stored procedure from my report and passing in two parameters.  The first parameter is a SQL tinyiny, the second parameter is a SQL user defined data type named [OMS].[Lot_Number].  The data type is actually of type char(10).  In any case, when I attempted to programically set the parameter of the lot_number, and end users attempt to view the report, the query disregards the parameter.

To make this even more strange, when the developers run the exact code, the report functions as designed.

So after spending several, SEVERAL hours looking into the issue and passing blame amongst others in my IT department, I removed the user defined data type and defined it as char(10).  When the end users ran the report, the report finally produced the correct data.

This here is where I ask, does the report engine accept user defined data types and if so, how to pass the parameter to the stored procedure?

I appreciate  your help.

Regards,
Bob
Stef
Telerik team
 answered on 12 Dec 2013
3 answers
515 views
I'm using the latest release - the designer will pull up for an instant, then close again.

Even though I save before previewing, after the designer closes there is an asterisk (*) displayed in the report's tab within Visual Studio.

The Error List has the following Message:

Message 39 You must rebuild your project for the changes to Core.Reports.Customers.CustomerSummaryReport to show up in any open designers. 0 0

I've cleaned and rebuilt the solution.

Using Visual Studio 2012, targeting .NET 4.0.

As per best practices, the report is hosted within its own assembly.

The report was working fine up until I added additional columns to a table within the report detail (increased from 3 to 5).

Any idea how to get this working again?

Thanks in advance,

Zack
Nasko
Telerik team
 answered on 12 Dec 2013
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?