Telerik Forums
Reporting Forum
3 answers
331 views
Hello my name is Renè,
I need some help the menu of the HTML5 Reportviewer I need in German.
Have an ASP web application with C # code!
Has anyone a tip how to change the title or texts?
Greetings Renè
Stef
Telerik team
 answered on 22 Feb 2017
1 answer
158 views

Hello.

I have a simple 4 series line graph that is not formatting the lines correctly for 2 of the series.

The UCL and LCL lines are working just fine, but the 'Sum" lines are not.

The markers are correct for the data points though. 

Thanks

Jeff

Katia
Telerik team
 answered on 21 Feb 2017
3 answers
944 views

Do you have an example of how we should be setting our connection string in an asp.net core app. The docs talk about setting an app.config file in the base directory.

Is this supposed to be in the wwwroot folder and if so what format does it need to take?

Normally in these applications we are putting connection strings in an appsettings.json file and the framework has methods to access these.

Is there something that we can override so that the connection string will be read from here?

I have already checked this http://www.telerik.com/support/kb/reporting/details/changing-the-connection-string-dynamically-according-to-runtime-data

but it seems unwieldy because it looks like you have to actually manually update the report source for the report you are rendering...

I would much prefer that I just pull it from my connectionstrings section in appsettings.config like I do in my Startup.cs like so

Configuration.GetConnectionString("DefaultConnection")

and I believe that Configuration can be passed in via DI using IConfigurationRoot?

 

Thanks
AJ

Stef
Telerik team
 answered on 21 Feb 2017
1 answer
151 views

I have a report that is grouped by location, so I have created a 'Locations' group header and footer.  The header contains some titles, and a couple of graphs and the footer contains a row of totals - pretty standard stuff.

The header page containing the graphs have a TextBox with the content =Fields.Location, so for each location, this title represents the location and this works as expected.

The graph on the header page has multiple series (for all locations) and I have applied a filter so the chart data to show only the series for that location: The filter contains the expression: "= Fields.Location = =ReportItem.DataObject.Location". and this works as expected, great.

The problem I have is with the graph title.  I need the chart title to show the name of the location, so in the Graph Title Text I've put "=Fields.Location" - however - this only picks up the first location, and then uses that throughout each location???

How can I get the graph titles to reflect the location properly?

 

Stef
Telerik team
 answered on 21 Feb 2017
3 answers
368 views

Hello,

I have created a report which gets data from SQL Server using SP. in my sp i have created few logical date fields. 

Example:

DATEADD(Day,-6,'2017-02-17') As [Mon Date],

DATEADD(Day,-5,'2017-02-17') As [Tue Date], 
DATEADD(Day,-4,'2017-02-17') As [Wed Date],

DATEADD(Day,-3,'2017-02-17') As [Thu Date],

DATEADD(Day,-2,'2017-02-17') As [Fri Date], 
DATEADD(Day,-1,'2017-02-17') As [Sat Date]

this SP is having few parameters so in report i have created same report parameters to map them with parameters of SP. i executed the SP in SQL Server and it displays all data properly but when i run the report, the logical date fields are showing null value. i don't understand why it is showing null value.

Stef
Telerik team
 answered on 21 Feb 2017
1 answer
236 views

Round (12.500) gives 12. Ideally it should be 13.

Please suggest.

Stef
Telerik team
 answered on 20 Feb 2017
8 answers
1.9K+ views

Hello

I have a report that uses a custom font (ttf). The font is installed on the computer. 

In Report Designer, the font is rendered correctly, however when I load the report (from a local file) into our wpf application (report viewer) the font is not displayed correctly, i.e. it shows a different font. 

When exporting the report to PDF or Excel etc the report is once again correct. 

We are not using report server - everything is generated locally. 

Any hints on what might cause this?

 

 

 

Yemo
Top achievements
Rank 1
Iron
 answered on 17 Feb 2017
1 answer
86 views

Hi,

Can you please support our company about an error rendering Report? t really big problem exiled my system .Please see error in my attachment , It seems that DeleteItem function process so slow and cache locking problem is exposed. we need you explain more about this function and give me some prediction about this exception. Thanks 

Stef
Telerik team
 answered on 17 Feb 2017
5 answers
1.2K+ views

I'm trying to set my parameters trough my WPF application and after print my report. The printing works but the parameters are empty.

var report = new Badge();
 
report.ReportParameters["VisitId"].Value = code;
report.ReportParameters["VisitorName"].Value = visitorName;
report.ReportParameters["CompanyName"].Value = companyName;
report.ReportParameters["RegularVisitor"].Value = regularVisitor ? "REGULAR" : "VISITOR";
 
PrinterSettings printerSettings = new PrinterSettings();
printerSettings.PrinterName = ConfigurationManager.AppSettings["PrinterNameLabel"]);
 
PrintController standardPrintController = new StandardPrintController();
ReportProcessor reportProcessor = new ReportProcessor();
reportProcessor.PrintController = standardPrintController;
TypeReportSource typeReportSource = new TypeReportSource();
 
typeReportSource.TypeName = report.GetType().AssemblyQualifiedName;
 
reportProcessor.PrintReport(typeReportSource, printerSettings);

 

As attached file my parameter settings. Any ideas? Thanks for the help

 

 

Inge
Top achievements
Rank 1
 answered on 17 Feb 2017
7 answers
96 views
I am experiencing a slow designer experience. After every edit ( resize, move, text edit, expression, format, style, etc...) the designer stops and throws the hourglass (if thats what you call it in win 7) mouse cursor. It takes about 10 seconds then the designer is ready for the next edit. It is very frustrating. It does this on new blank and existing complex reports. I know you cant really find the problem but is there any wisdom you guys have learned or things to look for? 
Svetlozar
Telerik team
 answered on 16 Feb 2017
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?