I am using the Label Wizard and trying to do a 3 column label report (Avery 8160).
I can only get the data to show in the first column, how do i add it to the 2nd and 3rd columns?
Hello
We have .trdx reports that have text boxes set to Roboto font. In preview and when I run our application locally, it renders correctly the roboto font. When I run a report in our QA (and other) environments, most of the text boxes randomly are rendered as MS Sans Serif font.
I tried several things to get all text boxes Roboto,including setting the font in containing elements and copying the style from elements that are correct and pasting them into ones that are incorrect (in the Report Designer). I have also tried deleting the texts boxes that get rendered incorrect and copying ones that are correct and changing the text. This has the effect of shifting which text box is correct and which isn't. Like musical chairs.
Exploring the page source of the rendered html, it appears guid classes (names starting with "s") get set for each text box, some of them have roboto font, some MS Sans Serif. It appears totally random.
Any ideas?
Thanks
Ian
I have two problems one being that no matter what i set the report format of a date to be it appears to be ignore when i have setup the propertyes correctly its still displaying the long date, as you can see there is screen shot their.
Also how do i pass parameters in the code behind in the html 5 verison in the web form version I would have just done the following.
1.Telerik.Reporting.TypeReportSource reportSource = new Telerik.Reporting.TypeReportSource();2. reportSource.TypeName = "ApertureNetReport.AdviseCalanderReport, ApertureNetReport, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null";3. reportSource.Parameters.Add(new Telerik.Reporting.Parameter("startDate", rdStartDate.SelectedDate.Value));4. reportSource.Parameters.Add(new Telerik.Reporting.Parameter("EndDate", rdEndDate.SelectedDate.Value));5. bookingReport.ReportSource = reportSource;6. bookingReport.Visible = true;


I have grouped my data in two levels and i need to display the row count of second group as a new column.
I appreciate for any help.

I'm looking for an experienced person who can create some reports that are output to XLS using the Report Server.
In the required report, one tab will have raw data which is the easy part, the other tab will have preset filtering and functions already created in a template that will link the required to raw data.
The report will need to work on demand or scheduled.
If this is not the right place to ask, could you direct me to where to post.
Thanks in advance.
Hello,
I have a report made with the Report Designer, and it has a table with a column to show a background image (which may be changed with conditional formatting).
See attached images. The image shows properly with the preview, as well as in the exports (pdf, excel...). However, the asp.net html5 viewer shows the images in a different scale/zoomed.
Is this a bug or I'm doing something wrong?
Thanks.
Hi,
I have a crosstab in a Telerik report. One of the columns in the crosstab display data of numeric type. Depending on user setting, I would wish to format the column with 0,1 or 2 decimal places. At the moment, the Format is "{0:#,##0.00;(#,##0.00);-}". However, I would wish to set this at runtime and not statically as is the case now.
Please assist.
Peterson