Telerik Forums
Reporting Forum
5 answers
650 views

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;

 

 

Katia
Telerik team
 answered on 12 Dec 2016
15 answers
712 views
I used an external stylesheet on my first report. Figured I'd start building one up for the rest of my reports. However, when I deployed to my test environment I get an error because the report is trying to reference the stylesheet in the directory it sits in on my development machine. The directory schemes are different on dev and test/prod. How do you properly use an external stylesheet that can be deployed to a different directory scheme than the development machine?
Katia
Telerik team
 answered on 12 Dec 2016
6 answers
1.4K+ views

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.

Katia
Telerik team
 answered on 12 Dec 2016
1 answer
71 views

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.

Stef
Telerik team
 answered on 12 Dec 2016
11 answers
954 views
Hello,

I notice that some other Telerik products have NuGet packages... is there any chance we'll get one for Reporting in the future?

Best,

John
Stef
Telerik team
 answered on 09 Dec 2016
7 answers
275 views

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.

Stef
Telerik team
 answered on 09 Dec 2016
3 answers
376 views

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

Peterson Mwangi
Top achievements
Rank 1
 answered on 09 Dec 2016
1 answer
158 views
Attached is the error I'm facing after following the steps outlined on this tutorial http://docs.telerik.com/reporting/telerik-reporting-rest-servicestack-hosting-iis#how-to-add-telerik-reporting-rest-servicestack-to-web-application . Any help on how to solve this will be of great importance to me.
Stef
Telerik team
 answered on 08 Dec 2016
14 answers
214 views

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?

 

Katia
Telerik team
 answered on 08 Dec 2016
3 answers
462 views
Hello

Is it possible to insert 3D charts through the report designer?  Or with the Visual Studio design interface?  I've seen the blurb about RadCharts, can I use those outside out the UI ASP framework?

Thanks
Andrew
Stef
Telerik team
 answered on 07 Dec 2016
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?