I
have a Web based report viewer that I need to load a report into. The report
has several parameters. Two of them are visible to the user. The report queries
are based on the selection of one of these two parameters. So the requirement
is that I need to limit the user to selecting only one of the two parameters.
In order to know which one was selected I need to be able to access the
parameter input controls from the code behind. I am assuming that these are
members of the RadReportViewer control.
How
would I implement this solution? How do I go about accessing the Parameter
inputs (two dropdownbox’s)?
Is there a way to create a report that would allow end users to select what series display? As an example, we want to generate a report similar to the attached graph within a report and allow the end user to select via parameters what series show.
I've been using this tool, and it works well, but there are a few areas for improvement that I see.
Templates
Templates are great, except that there is no permanent link to the template. In essence, it's the same as creating a base report, and modifying it each time. While that's helpful, it would be great if we could go to the template and change something, and have it propagated through the reports that use that template. For example, let's say I create a template, and then build ten reports from that template. If the user then decides they want a minor change, for example a change to the report header or a style change, then we need to go to each of the individual reports and make the change. Previously we used to build one or more report structures, and then derive all other reports from that, which gave us the ability to make a change in only one place.
Styles First, is it possible to get an import/export of styles? I know there is an option to use external style sheets, but it would be cleaner if styles can be embedded in the report and moved from report to report where necessary.
Second, styles are duplicated when using templates. Let's say I create a report, use a wizard to add a table, using one of the preset styles. The styles get added to the report. I modify the style definitions in the report, and save this as a template. I then create a report usign that template,use a wizard to add a table, and the style names are duplicated in the report. I have to manually go in and delete the styles that were added, leaving only my original style definitions. If I keep using wizards to add items to the report, the number of defined styles keeps growing.
These things seem minor but they're time-consuming and irritating when trying to manage a large number of reports.
I have winforms application using telerik reporting. I have it connected to my database. I am always getting false for the following check in my group footer:
Problem
= IIf(Last(Fields.AllActivityLog_Purpose) In ('Remove [-]', 'Remove [-All]'), "true", "false")
I created Report from my server database using Telerik Report Designer . then I integrated those report into my MVC 4 Application , Everything working fine ,
I'm trying to programmatically open a existing Telerik Report, change the connection string, pass-in the paramaters, and export it to PDF. I am able to open the report, pass parameters, and export successfully but I'm having an issue with changing the connection at runtime. I've seen several examples in the forum that show how to cast the DataSource of the Report object to it's appropriate type (in this case SqlDataSource), and then set the ConnectionString of that DataSource to what you want it to be. This does not work for me, as the DataSource is set to Nothing (I'm using VB.NET) when I open the file (or instantiate the Visual Studio class).
I've tried this with both a TRDX file and with a Visual Studio file/class, both have the same problem. Any ideas why this isn't working for me?
Hello,
I need to add a Code25Interleaved bar code in a report.
If I put 116201406001 in the bar code value and read it with a bar code scanner, the displayed bar code shows 01162014060018.
How can I remove the additional digits?
I am using IE 11, Windows 7 and Excel 2010. Telerik Reporting Q3 2014 for ASP and UI for ASP.NET AJAX Q3 2014. While Exporting to Excel, some large Black Text's shows inside the report.
Is doing the same thing while exporting Invoice Report from Telerik report demo into Excel.
Both files are attached.
I already spoke with Kyle Russell, Telerik Customer Advocate Manager in Boston, he is aware of this issue. See also my correspondence with him.
This is an urgent issue, that I need to address to my user's asap, because they export at least 100 Excel Files from Telerik Reports.
Is it possible to generate a PDF from a telerik report from a .NET console application? The data source will be SQL 2000 and we cannot modify that server in any way. Is it possible to deploy all components necessary to another server and generate PDF reports designed in the telerik report designer, and without a web server or other additional servers? Where might I find more info on getting started with running telerik reports in this way?