Hi everyone - I'm trying to fill a table on a report with a data table that I pull in at runtime.
The datatable pulls in fine, and the report shows up fine, my only issue is that when I set the datatable as the datasource for my table, it doesn't display anything.
I have a function that I set that fills my values in, and then one that takes in a datatable and is SUPPOSED to set it as the datasource and display all values into the table... but I can't figure out quite how to get it to actually write to the table.
Any ideas on what I could try? Do I need to go through and add rows programmaticaly and then add the individual cells??? I'm completely at a loss here, so any tips would be much appreciated.
I am using your Telerik Graph item in reports to plot collection of X and Y co-ordinates on a report. This is basically a LineSeries plotted using Graph and the report source is collection of X,Y points. I am using reportProcessor.RenderReport call that in turn renders these reports. But if the collection of points in report source is more than 8000 then RenderReport takes a long time(around 30 seconds). In fact in our case we have almost 18000 X,Y points in collection and that takes around 50 seconds. And so obviously if there are multiple such reports then it takes much longer. I had submitted this question as support ticket but so far I have not got satisfactory response. I feel like there has to be a way in Graph item control to improve this performance. So I wanted to know if anyone out there had faced this issue and if they were able to fix it. Appreciate any response.
I am using version 6.2.12.1017 of your Reporting components. I have an aspx page that uses the Telerik ReportViewer control. When the page loads, I set the reports datasource and refresh the report.
The report is generated and data displays in it.
PROBLEM
=========
I just added a RadTabStrip with two tabs and a RadMultiPage with two RadPageViews.
A RadGrid is in the first tab/pageview and the second tab/pageview contains ReportViewer.
Now when the page loads the report is empty / blank until I hit the Report's Refresh button. Then the report shows data immediately.
MORE INFORMATION
==================
- If I move the ReportView outside of the MultiPage/PageViewer, it again works correctly... the reports is displayed as soon as the page loads as expected.
- Ajax isn't really involved. The grid itself has a RadAjaxPanel around it. I've tried putting the RadAjaxPanel around ALL controls (tab, multipage), but that didn't help.
- The page has a RadAjaxManager on it, but I've set EnableAJAX="false" and it didn't help.
What's the trick? How can I make the report display on page load, when it is inside a RadMultiPage / PageView?
When trying to open a report preview in the designer, I receive the following error:
An error has occurred while processing Map 'map1': Unable to establish a
connection to the database. Please, verify that your connection string is valid.
In case you use a named connection string from the application configuration
file, make sure the name is correct and the connection string settings are
present in the configuration file of your application. -------------
InnerException ------------- Format of the initialization string does not
conform to specification starting at index 0.
I chose the option to save the connection string, but my config file differs a bit from the typical setup. My connection strings are in a separate config file using the following syntax:
The Report designer correctly added the connections to the myProjectConnections.config when I chose the option to save connections, but I have a feeling this is related to the designer failing to preview the report. In addition, the data sources in the data explorer, as well as the map wizard don't show or allow for the selection of the data sources I have added to the report.
We are having to redirect the bindings for the Telerik controls since we are using 2013.3.1316.40 and the reporting is looking for 2013.3.1016.40. We would like to not have to push down 8 config files to every one of our systems only to have to delete or update the config file when we no longer need the redirect.
Does anyone know of a way to embed the bindingRedirect into the EXE itself?
In the stand-alone report designer, it is possible to export templates using an export template wizard. Is the same thing possible in the visual studio designer? If not, is there any way to manually create report templates in visual studio?
Currently I am investigating the testing facilities available for Telerik specific reports.
As part of the current Telerik Testing Framework, what coverage is offered to develop coded unit tests (C#) around a Telerik instance reports or Telerik URI reports?
first I want to say, that I am really surprised about the speed improvements of the current release. After upgrading to q2/14 the speed of excel export was improved from about 14 minutes to approx. 45 seconds. Report size: 7000 rows, 40 columns
Furthermore I have one suggestions for the excel export and cross tables. Maybe you can realize them or maybe it is already planned.
When exporting to excel it will be good, if the groupings are also available in excel. I know that they are built up by merging the appropriate cells, but it will be better if you use the native excel function for this, that a user is able to collapse the rows in excel, too.