Telerik Forums
Reporting Forum
1 answer
131 views
I'm creating a report where user will select the application type as soon as the user selects application type a country list (multi selection drop down list) is pouplated once the user selects the countries from the multi list I want the report to display the selected countries as columns to the report.
I tried to create a stored procedure but unable to Please help me its really aurgent.

Stef
Telerik team
 answered on 10 Mar 2015
1 answer
62 views
I can not use the latest Reporting as I have to keep the version in synch with the version of reporting used by Sitefinity. The current documentation on Reporting says to "Select the Report Library" project in Visual Studio. The version of Reporting I am using (7.1.13.612 ) did not come with a Report Library project template. If my memory is correct, creating a report project use to involve creating a normal class library in visual studio and making some changes to it. Can you provide me with instructions on creating a report project or preferably give me a link to the documentation relevant to the version I am using.
Stef
Telerik team
 answered on 10 Mar 2015
1 answer
185 views
Hi 
i want to hide a column based on a parameter value.
First: i can't figure out the expression i should write in group filter.
Second : i should adjust the other columns width, will this code do the job
Private Sub Table1_ItemDataBinding(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Table1.ItemDataBinding
        Table1.Body.Columns(index).Width = NewSize
End Sub
Sirwan
Top achievements
Rank 1
 answered on 10 Mar 2015
1 answer
162 views
I'm implemented a feature in which I need to change the data source of a report at run time. I've found the report object has a datasource property which I could change but what happens in the case of a report with multiple data sources?

Also I've found a workaround by modifying the report definition XML on the fly but since I'm not sure if this is the correct way of doing it. I would rather have an object model that allows me to do this. Perhaps with your report definition schema.(xsd) I could deserialize it back into an object and then manipulate it but I haven't found any place where you expose the xsd.

I'm using Q2 2014.

Thank you

Stef
Telerik team
 answered on 10 Mar 2015
8 answers
1.6K+ views
Hi,

I have a multi-value report parameter whose value is coming from database. I want set all values selected by default when report runs first.

How can I set the multiple default values for multi-valued parameter in the report?

I went through the report guide http://www.telerik.com/help/reporting/designing-reports-parameters-using-multivalue-parameter.html

but could not understand the implementation.

I did not find AllValues function in the report designer. I have also tried Array function but did not work. Array function selects multiple values when we pass hardcoded values in it.

I am using standalone report designer. Please advise.

Thanks,
Hardik
Srinivas
Top achievements
Rank 1
 answered on 10 Mar 2015
1 answer
122 views
I created SqlDataSource in Telerik reporting project which returns only one column with some rows and I need to place them horizontally with
transfer to the next new line (if needed):
13/02/2015 17:57:00; 13/02/2015 17:59:00; 13/02/2015 18:12:00; 13/02/2015 18:12:00
I have tried to create a CrossTab element - it transfers rows not to the next new line but to the next new page.
What element I must use? How can I solve this problem?

Thank you and best regards
Stef
Telerik team
 answered on 09 Mar 2015
3 answers
314 views
I have a report that displays a calculated value in a textbox in a group footer section.  I need to highlight this textbox if its' value is the maximum for the values displayed in this column.

The section of the report is shown in the attached file.

How would I highlight the 16.09% in the Membership in PAL column.

Any help would be appreciated.
Stef
Telerik team
 answered on 09 Mar 2015
3 answers
130 views
Hi,

I have gone through many posts regarding this issue. By reading most of the posts I assumed that this issue has been resolved. 
I am currently using Telerik Reporting Q3 2014 and I am still having this issue when the text is justified. It may be because of the our local language.
When text is justified, it kind of gets reversed.

Language/Font and style details:
Font Name: Faruma (can be downloaded from http://fonts.webtoolhub.com/font-n24647-faruma.aspx)
Culture: dv-MV / dv
Style->TextAlight: Justify


I have attached the screenshots of what is happening for your reference. Is there any fix for this issue? Or am I missing some setting? We have many report developments pending because of this.

Sample text in case you need it: 
ވީމާ،
މިއޮތޯރިޓީއަށް ޗެކުން ފައިސާދައްކަވާ ހުރިހާ ފަރާތްތަކުންވެސް އެފަރާތްތަކުން
ހުށަހަޅުއްވާ ޗެކް ބައުންސް ނުވާނެ ގޮތެއްގެމަތިން އިންތިޒާމުތައް
ހަމަޖެއްސެވުމަށް ދަންނަވަމެވެ. އަދި މިއަދުގެ ނިޔަލަށް މިއޮތޯރިޓީއަށް ބައުންސް
ޗެކަކާ ގުޅިގެން އެއްވެސް ފައިސާއެއްދައްކަވަންޖެހި ނުދައްކައިހުރިނަމަ، އެފައިސާ
ލަސްނުކުރައްވާ ދައްކަވައި ޚަލާޞްކުރެއްވުމަށް އިލްތިމާސްކުރަމެވެ.



Stef
Telerik team
 answered on 06 Mar 2015
2 answers
88 views
Hello, I'm using the standalone report designer and I'm trying to produce a report of a simple DataTable which has columns (FullName, Group).

On my report, I'd like to display the rows in a particular group so that I get this kind of output:
[Report Header]

Header for GroupA
  Fullname1 
  Fullname2

Header for GroupB
   Fullname3
   Fullname4

But I'm only getting confused with the nested groups and subreports features, there must be a simpler way to repeat the items with different filter. Any ideas how to produce this kind of structure?
Petteri
Top achievements
Rank 1
 answered on 06 Mar 2015
3 answers
139 views
Hi Telerik,
   I have a report which has several bookmarks. When a user opens a report viewer, the document map is also displayed (which is ok in my case). However, I could not find a way to expand all bookmarks. I wonder if this could be done in Silverlight Report Viewer.

Thanks,
karlkim
Stef
Telerik team
 answered on 05 Mar 2015
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?