Hi,
I have created a custom user function for translation where I will get the translations from a .po file and replace the values. The issue is these .po files resides in the same directory where the / file is. But these files are dynamic hence I cannot specify a static path inside my function. Is there a way to get the current path of the opened / file? I have tried 'Directory.GetCurrentDirectory()' and 'Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location' but both returns the path for the Telerik.ReportDesigner.exe

I have need for a report whereby the header has to be the same on each page but the contents and footer different.
As an example
Is this possible and if so can anyone provide details?

Have a table which is bound to a data source. Would like to filter its rows from page to page based on a field value from the main report's data source.
Is this possible?

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
