Hi there,
i have a problem while exporting the report to the PDF.
I am using DFKai-SB for the Traditional Chinese and Simplified Chinese font type, it is fined while I am running on Windows Platform but when i am using a Mac OS, DFKai-SB font type is not support and it can't export the chinese character on the Mac, how can i handle it?
Regards,
Jason
I have a multi-select parameter where I want to set 2 default values (MTD, YTD). The parameter dropdown allows the user to select which periods they would like to view. For Each Organization, the periods have different ID's and can have different names. But there are some commonalities.
Some orgs use YTD, some use FYTD. SO I need to be able to set my default value something like:
= Array(Field.ShortName Like '%YTD%' OR Fields.ShortName Like '%MTD%')
However, I have tried this and it does not work. Does anyone know a solution for this?
Thanks,
Phillip
I am new to Telerik reporting, but have experience in Crystal, so I get the basic ideas. However, I am working on a report where we need to group it by item # and display the data accordingly. I am having issues getting the format I am looking for (see below). How do I get multiple values into the item # group row? Is it possible? The issue I have now is that I cannot merge two cells to get the item # line to show correctly. The table setup keeps throwing me for a loop, so any help in getting this setup would be appreciated. Thank you.
Item # Item Desc Current Price
1234567890 New Item Desc $15.00
Orig Price New Price Effective Date....
$14.95 $15.00 5/1/2016
$14.95 $14.96 4/1/2015
1234 Item Desc 2 ......
I have multiple tables in my report. I want each table to start in a new page.
On a different thread i read that i could do so by wrapping each table in a separate group or have each table in a different report section.I am not sure how to do that. Can someone please help me or point me to the right example?
Thanks
How do I create Harvey Balls in Telerik Reporting?
https://en.wikipedia.org/wiki/Harvey_Balls
In telerik reporting repor viwer , I have html textbox , expression displayes html content inside. How can I render or interpret of html tags of that cell content.
In SSRS we have placeholder property through that we get it doen. but in telerik I could not find anything.

I have a situation where we have six different reports, where they all are basically bringing the data with the similar columns with different values.
The user want to be able to combine all of them into one, yet have each report to show up on a new page. At present the table is tied to a dataset.
My initial thought was to have one table but group it in such a way that for each different group/iteration, i would tie the table to different data source. But I don't think that it is possible from my understanding of other posts in the forum.
What is the best way for me to pull all these 6 different datasets(reports) in one report viewer control? rightnow they can run one report at a time by selecting from dropdown box which will rebind the reportviewer to the report (new data)
except for the binding of different dataset for each report, everything else is same. so it seems pointless to create different report.
Shoul i create six tables each tied to a different dataset?! Please help.
Thanks.
