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
I have a DataGrid in a user control of my WPF app, and I want when the user selects some rows from here, send DataGrid.SelectedItems as DataSource to my Telerik Report, and I don't know how i can do this, somebody have an example to help me?
