I would like to ask you why when I have a field with a link and I would like to see it on a PDF file I don't see the link, but the URL like "http://www.etc.." in a string?
Hi,
I am just starting out with the Telerik Reporting controls. I was able to create a report using the wizard which created a ConnectionString entry in my web config. I don't use a <ConnectionString /> in my web config. Is there a way to return my data info from my business layer and bind it to the report? I have a different way of accessing my data and I want to use that method rather than having a connectionstring in my web.config. Are there any examples out there?
I have a report which is almost all paragraph and div tags. There are three tables, however, used for positioning or presentation of tabular data in the HTML markup. Since the HTML textbox doesn't appear to support <table> or even floating divs, what are some ways around this? Thanks.
I have a report that has only a table in the detail section. I found that if have a datasource added to the report and also the same datasource assigned to the table then the report data has the data repeated - First black of data then the same block repeated. If I remove the datasource for the report then the data is only shown once.
Why is this happening?
Thanks,
Robert
I have a report in my project that binds to a list of custom objects. Each of these objects has several properties which I am displaying in a row in the details section. The report looks fine, the row in the details section is correctly rendering 10 times (the number of objects in the list) on each page. The problem that I am encountering is that the report is also rendering 10 duplicate pages, one for each object. These are carbon copies of each other and have identical data etc.
I am setting the data source as per the following line of code:
objSummary.DataSource = Me.StockSummary
This is in a "GenerateReport()" sub that I call after creating the report object.
StockSummary is a populated list of a custom class (ClosingSummary). This class contains several properties which I am displaying in textboxes in the details section using "=Field.PropertyName"
we are encountering some problems using Reporting ReportViewer. Running the project, system throws an exception stating it cannot find Telerik.Windows.Control assembly version (and so on...).
Please, can someone explain us wich are the correct assembly versions to view a report in a WPF application?