Telerik Forums
Reporting Forum
1 answer
521 views
I have a sub report that contains a table; I want to adjust the height of this table automatically with the height of the sub report knowing that the height of the sub report is dynamic depending on the height of its left adjacent item at the parent report.
Nasko
Telerik team
 answered on 11 Aug 2015
2 answers
119 views

Hi,

 I created programmatically the report which includes horizontal lines. I defined them this way:

var shape = new Shape();
shape.Location = new PointU(new Unit(positionX - MARGIN_COLUMN_HORIZONTAL, UnitType.Pixel),​
                            new Unit(DEFAULT_HEIGTH, UnitType.Pixel));
shape.Size = new SizeU(new Unit(widthColumn, UnitType.Pixel),
                       new Unit(1, UnitType.Pixel));
shape.ShapeType = new LineShape(LineDirection.EW);
shape.Visible = true;
// add to report
headerBoxes.Add(shape);

 

It works fine and I see all lines in my ReportViewer. But lines are missing if I print or export it. They are visible only on XPS or HTML export. Maybe some other property must be set or is it known bug?

 

Thank you for answer,

Petr

Petr
Top achievements
Rank 1
Iron
Iron
 answered on 10 Aug 2015
1 answer
111 views

Hello,

We have a asp.net application that contains a few reports that were built with Telerik Reporting for asp.net.  We are using the version Q1 2013.

We have 4 environments where our product is hosted (dev,test,pre-prod,prod), and in all 4 it is working fine.

However, we had a customer install our application in their environment, and the reports do not work.  The toolbar of the ReportViewer shows up, however it is showing both the disabled and enabled version of each button.  And the reports themselves are completely blank. (not rendering)

I have compared the customer's web.config and our web.configs and they are identical.  It's not the browser they are using, because they can view the reports in our environment - just not theirs.

Do you have any thoughts about other variables that could cause this?  Any ideas on how I could find the source of this behavior?

 

Any help would be very appreciated.

 

Justin

 

 

Nasko
Telerik team
 answered on 10 Aug 2015
2 answers
855 views

Hi,

I need to use an expression result multiple times. Do we have any variable to hold the result of the expression result to be used later?

In my scenario, I am using the expression Sum(Fields.Field1 * Field​s.Field2) for four report items(textboxes). I think it will get evaluated for each of the report item( 4 times in my case) which can be time consuming. So I was wondering if there is any option such as a temporary field(like hidden field in ASP.Net) or any alternative variable to hold the expression result and then use it for the next time it is required.

 Please suggest !

Amar
Top achievements
Rank 1
 answered on 10 Aug 2015
1 answer
275 views

I have a crosstab report with 2 levels of column groups.

The child group column just has a numbered heading and needs be narrow, but sometimes the parent group only has one child group and that is making the overall column much too narrow to display the parent group heading legibly.

Is there some way of specifying a minimum width for the textbox in the parent group heading?

I'm trying to achieve something similar to the first attached image where the 3rd group is still wide enough to display the group name. What I'm currently getting is  the third group being really narrow and forcing the group name to wrap onto multiple lines similar to the second attached image.

I can't just make the child group columns wider because that will make the report too awkward to print.

Nasko
Telerik team
 answered on 10 Aug 2015
6 answers
482 views

Hello I currently have a multivalue parameter 'username' and a crosstab which displays information based on the usernames selected in the parameter dropdown. Currently if I select multiple usernames the data will be added together in the one crosstab. What i'd like is to have a separate crosstba for each of the usernames selected. Is this possible? In SSRS I would just add to a listbox and group by username, I have tried adding the crosstab to a listbox in telerik and group the list by username but it doesnt work. Would be grateful of any advice in he right direction. 

 

Thanks

 

Nasko
Telerik team
 answered on 07 Aug 2015
1 answer
67 views

We are still using Q3 2013 7.2.13.1016

How do I set the y-axis to always start at 0?

Nasko
Telerik team
 answered on 07 Aug 2015
9 answers
749 views
I want to navigate from column of the report to other page with a parameter with field value (eg. =Fields.ProjAdvName) and also want a popup window rather than tab on next page as I redirect to other page with the column click. I searched it and tried it but didn't work sorry if my search is inadequate

Please help: While opening other aspx page, i need to pass parameter in url. This parameter name = value should come from column of telerik report.
Nimish
Top achievements
Rank 1
 answered on 06 Aug 2015
1 answer
55 views

Hello Guys,
I am using Q1 2015 licensed version of Telerik Reporting. It works great for generating PDF reports.

Now we got another requirement in which we have to show Totals against Location & Month [2 parameters] , Eg,Attachment Sample table 1.jpeg

I want to achieve using Report graph designing & not by code behind so can you suggest some way if it is possible? and if not possible by design then what needed to be done to achieve through code behind [dynamic]?

Thanks in advance!!

Nirav

 

Nasko
Telerik team
 answered on 05 Aug 2015
1 answer
218 views
When I click the print button it opens the dialog related to save the report. How to open the direct printing dialog(Image 2) when I press the print button. I'm using a web form (.aspx) to load the report.
Nasko
Telerik team
 answered on 05 Aug 2015
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?