Till now i dont have any problem with reporting.
But i have a issue with displaying the reporting
As, i have kept a report viewer in my aspx page and binding data using dataset. I am able to view the data from the report, but the main problem is,.. I am able to see every control two times. like . 6 navigation buttons and 2 print buttons.
I am using the multicolumn report in the report preview it appears good
but when i view the report with the report viewer in IE only half the report appears in the center of the screen and the remaing of the report doesn't appears
I'll admit that I have been lazy and haven't really researched this, but one thing that would be really great is if the Telerik Reporting supported binding reports to an XML datasource. I currently use ComponentOne (haven't subscribed to them for over a year though) for my reporting component but would love to switch everything I do over to Telerik and use only a single source. Again, I haven't actually researched this so there *may* already be support for XML Datasources.
I have created an aspx site with a RadToolBar, a Grid and a ReportViewer, the idea is that using the RadToolBar either the Grid or the ReportViewer should be shown.
However this does not work, the Grid can easily be hidden/shown however the ReportViewer will not, even placing it in a Panel which is then hidden will not hide the ReportViewer, is this not possible ?
I have a sub report that just consists of a detail section. It works fine in the main report but I want KeepTogether to be false for the sub report as it will alwaya move the subreport to a new page if it can't fit (which seems to be a majority of the time. I have set the detail section of the sub report to KeepTogether = false but it doesn't appear to be working. Is this possible?
Also just a comment on the report designer, the flicker and delay is pretty bad (moving controls around on the page). I have a decent machine but the report designer is borderline unusable. As I use it more and more, it is frustratingly slow at times (and jerky). Does anyone else see this (or is it me)?
Before the last release I used to set a textbox value in the footer section programatically with the code below which worked ok, however since the update this doesn't now work??
Private Sub ReportFooterSection1_ItemDataBinding(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ReportFooterSection1.ItemDataBinding
contractSumFunctionTextBox.Value = Format(membContract, "N0")
End Sub
tried contractSumFunctionTextBox.Value = 24 as a test but still nothing shows
Does Telerik Reporting provide functionality for me to allow my users to define their own reports?
For instance, I want to use Telerik Reporting in such a way that users will be able to choose what data they want to display, then choose where labels, text boxes, etc. go on the report. Then I want to create a way for them to "save" that report so that they can pull it up again without having to rebuild it.
This doesn't seem possible with Crystal Reports. Is it possible with Telerik?
Hi,
I have following situation: I have header/detail report (master/subreport). I have items in subreport and I want to display summary of some of their fields on master report too. How can I make cross-reference and access values as Sum(Field.Quantity) etc.? Thx in advance.