Telerik Forums
Reporting Forum
1 answer
166 views

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?

 

 

Stef
Telerik team
 answered on 13 Dec 2016
1 answer
1.1K+ views

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

 

Stef
Telerik team
 answered on 12 Dec 2016
1 answer
361 views
i Need to Add subtotal dynamically created table in telerik Report pls help
Stef
Telerik team
 answered on 12 Dec 2016
5 answers
611 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
658 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.3K+ 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
51 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
869 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
245 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
345 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
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?