Dear Support,
I have created a table in Report designer and Hide a column dynamically depending on one of the Boolean Control, it works fine in PDF and Excel, however, when exporting to CSV files, the column shows up.
Is there a way to Hide the column in CSV file as well?
This is a 60+ fields table, and change that to Crosstab is not quite working for us as we can't have the title correctly in crosstab and data structure is not the same too.
Kind Regards
Hugo
Hello,
I'm using Telerik reports while developing reports for our client, publish of our application is coming soon, and I'm wondering in the future, if customer would like to hide some field, change fonts, or something like that.. what do I need to install acctually on that client machine to get some kind of editor on it's client machine?
Thanks
Hi,
After export from report to excel format, each row combined with 2 rows, i means row override with 1 rows,
screenshot : http://prntscr.com/l3vj4p
output excel file : https://www.dropbox.com/s/cpnbhyv06yobbqh/InsatantReport.xls?dl=0
Am trying to set the conditional formatting of the table element based on the following Filter:
= Count(Fields.attributes.Discovery_Number) = 0
and if true, set the Style Visible to false.
But it's always returning true, so the table is always hidden even if it has rows.
What should be changed?
Hi,
I’m using a RichTextBox in my application where I do some very simple text formatting; Bold, Text size, color, und Tab. This I then save to a database. I need to print this including the text formatted.
I’ve tried using the HTML DataProvider and HTMLTextBox and TxtFormatProvider with a TextBox in my report but the formatting does not work.
I have read that I can do this with a bitmap, but before I try this would you let me know if this is the only way, or is it possible to display richText in a report with the standard tools?
Thank you very much
Wayne
Created master-detail reports using, https://docs.telerik.com/reporting/designing-reports-master-detail#configure-the-report-parameter-and-filter. So both the master page and the detail page each have data sources, with the detail page data source having a parameter from parent to filter its data.
In the detail report, when I drag-drop an attribute from its data source to a textbox it's fine.
But when I insert a table and bind the data source to the table, the table's data binding itself works fine, but the table itself is being repeated as many times as there are rows in the data source, each having as many rows as in the data source.
If I remove the data source from the table, then no rows show... so doesn't work...
I may be doing something wrong... what..?
Hello,
I have a problem with the group footer section. My objective is to stick it to the last printed row of a table in the detail section.
I have it configured to PrintAtBottom = false
On the page i have only 2 groups and in the detail i have a table.
When the table row is too height and it doen't fit in that page, the group footer section is printed always on bottom of the page, and i do not want that, i want it to be printed right below the last row of that table in that page.
I already play it around with the keeptogether and it didn't work.
Can somebody help me?
Thanks,
Nuno