Telerik Forums
Reporting Forum
2 answers
147 views
Just a suggestion:  When using the conditional formatting to set alternating row styles, it would be nice if the background color would be limited to the report's width rather than extending the full width of the page (8.5 in - left, right margins).
Dan
Dan
Top achievements
Rank 2
 answered on 04 Apr 2012
3 answers
488 views
I have created a report which is having summary information in the footer section,footer is diplayed in the report as expected but when i export to Excel footer is not displayed.when I tried to export it in PDF footer is displayed but very far from the details in  below of the PDF.Please assist me how to render the report along footer section in excel.
Steve
Telerik team
 answered on 04 Apr 2012
2 answers
3.4K+ views
Hi,

Can any one tell me how to aligned x-axis label in center of bar chart.
Please see attached screen shot highlighted with red box.
This is my current out put. I want the x-axis label to remain in center but the label text will be vertically in one line.
I tried by increasing the height of x-axis label....the label text become vertically in one line but the labels are automatically ligned to left.

Can any one give me any idea to make that center and vertically in one line.
I am not using code behind code. Need to done with designer.

Urgent response will be appericiated.

Thanks,
Mohsin
Top achievements
Rank 1
 answered on 03 Apr 2012
2 answers
249 views
Dear all,
I need to hide a column when exporting to PDF, or change the value of each row, is this possible?
The column I want to hide, has a link to access the details of a row in my app.
The value of the Textbox is "="<a href=/Persona.aspx/"+Fields.Id+" onclick='window.open(this.href);return false;'>"+"Detalle"+"</a>"".
I need to hide the entire column, or change the value.
at this time, the pdf shows me "<a href=/Persona.aspx/"+Fields.Id+...". Need to show me "Detail"

i Occupy the web report viewer in the project mvc.net.
version of Telerik Reporting is Q2 2011.

please,Help Me!
Peter
Telerik team
 answered on 03 Apr 2012
7 answers
275 views

I am trying to trigger a report to print once it has been rendered using either the native Silverlight printing ability or the integration with Adobe Acrobat.

In my searches I have found this forum post - http://www.telerik.com/community/forums/reporting/telerik-reporting/reporting-parameters-first-time-not-applied-when-usenativeprinting-false.aspx

Which seems to describe how to do it, but when I try this approach, using the ReportServiceClient RenderAndCacheCompleted event, I get a SecurityException if using native print support (not a user triggered event so understandable) and when trying to print using non-native, apparently nothing happens at all.

When I debug I can see the PrintReportCommand execution is failing (checking CanExecute returns false), possibly due to the ReportViewerModel state being ViewerWorkInProgressState.

It almost seems like this isn't the right event, like it's still too early to trigger the print operation at this point, but there don't seem to be any other events to indicate the report has completely rendered.

Is any other way of doing this? Thanks.

Steve
Telerik team
 answered on 03 Apr 2012
1 answer
66 views
Hello all.
Can I make a report of subreports of subreports with Telerik Reporting?
Steve
Telerik team
 answered on 03 Apr 2012
1 answer
131 views
Hi there,

I get all my data for the reports out of objects and no SQL!
All the objects do have methodes that do return lists of themself (statics) or lists of other ("linked" to this instsance) objects.

simple example:

	class Company
	{
		public string companyname { getset; }
 
		public static List<Company> GetAll()
		{
			List<Company> allCustomers = new List<Company>();
			Company customer = new Company();
			customer.companyname = "Smith & Sons";
			allCustomers.Add(customer);
 
			customer = new Company();
			customer.companyname = "Miller Corp.";
			allCustomers.Add(customer);
 
			customer = new Company();
			customer.companyname = "Clarksons";
			allCustomers.Add(customer);
 
			return allCustomers;
		}
 
 
		public List<Employee> getEmployees()
		{
			List<Employee> employees = new List<Employee>();
			Employee person = new Employee();
			person.name = "Mr." + this.companyname;
			employees.Add(person);
			
			person = new Employee();
			person.name = "Father of " + this.companyname;
			employees.Add(person);
 
			return employees;
		}
	}


So I created two reports (company + employee) and put the second as a subreport into the first.
The main report has as a datasource "Company.getAll" and the subreport "Company.getEmployees".
Now the problem: vor every parent object the method getEmployee" is called (in this example 3 times), but the instance of company is always EMPTY!? not null - all the properties are just blank)
Please have a look at the output attached. There I expected to read "Mr. Smith & Sons", "Father of Smith & Sons", "Mr. Miller Corp." and so on...

Is there a way how I can get the real instance of the parent object into the subreport?

Thanks in advance :-)


David Silveria
Top achievements
Rank 1
 answered on 02 Apr 2012
1 answer
71 views
Dear team,

I need my Report  as of below......

Desc   value location State
PO 45657        
Screap thing 1   value 1 XYZ Korera
Screap thing 2   value2
Screap thing 3   value3 Korera1
       
PO 45658      
Screap thing 4   value 4 Korera
Screap thing 5   value5
Screap thing 6   value6 Korera1


Can u please help me on this..... can u give me an example.
Steve
Telerik team
 answered on 02 Apr 2012
1 answer
235 views

Hi,

I need to implement a Document map to a report as shown in below image fig 1.version.
As of now i am able to get First level of Hierarchy as shown in fig 2. I had used group in detail section and able to get Nos 1,2,3.. under Main. But unable to retreive "Page 1, Page 2.."  under that. 

As like in report if click on  any Nos or Page number, It should redirect to corresponding page.

Please provide a solution or a sample Example

Steve
Telerik team
 answered on 02 Apr 2012
1 answer
78 views
Hi,

 I Want a sample POC like the attached report below.
Can you please send a executable code, So that it'll be helpful for us.

Steve
Telerik team
 answered on 02 Apr 2012
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?