I am trying to bind a TextBox to an a dynamically named column using expressions.
var textBoxHistorical = new TextBox{ Name = "myTextBox", Value = "= Fields.[" + dynamicColumnName+ "_Average])", Size = new SizeU(Unit.Pixel(100), Unit.Pixel(20)), Location = new PointU(Unit.Pixel(0), Unit.Pixel(0))};The column name can have ugly characters like \/*[]:?|-+@#$$^&()_,.!3. When I try to bind to Fields.[\/*[]:?|-+@#$$^&()_,.!3_Average], I get an error like
Cannot interpret token '\' at position 13.
I tried escaping the slash with another slash, and got the same error. How do I escape characters in an expression? Which characters do I need to escape? I figure I need to escape the closing bracket also, but trial by error is probably not the best way to solve the problem.
Hi,
when I print a report (created with C# WPF) with a PDF-Printer like "7-PDF Printer", I will get an image of the report in the pdf file.
Is there any way to get text and images in the pdf?
Thx
Hi, I'm trying out your reporting suite, but I've encountered a small issue while trying with user defined functions. I created a simple function, compiled and moved the DLL to the report designer folder and added the Assembly References and it's working properly.
The problem comes when I try to load the report in the report designer as an UriReportSource in my VB.net application. The textbox containing the function says "The expression contains object 'xxxx' that is not defined in the current context.".
Could you please point me in the right direction to overcome this issue. Any help will be greatly appreciated.
I was able to find the thread below on how to add a list of the parameters used in the multi select to the header using C# but I couldn't find a way to make it work in the report designer.
http://www.telerik.com/forums/show-multi-select-parameter-values-in-header
How would I go about making this work in the Report Designer?
Please Resolve my problems with Reporting.
1.How to set Dataset or datatable as Datasource to a Report.
2. set number of records per page
3.Sub Reports in Main Report.