Telerik Forums
Reporting Forum
3 answers
406 views
Can anyone give me an example of passing a multivalue parameter from a winform  to a telerik report.
Can it even be done ?

I have spent 3 days now trying to get it working with windows report viewer and devexpress reports without success.
All i want to do is allow users to select multiiple records in a gridview and passthe values to a report
So it creates an invoice. I cant believe its soo hard.
Having a 2 week deadline to get this working or its getting developed in Lotus notes and im not even sure if it can be done.

Any help on this would be appreciated as i am tearing what little hair i have left out with it.


Thanks in advance

 
Ed
Top achievements
Rank 1
 answered on 07 Oct 2010
4 answers
339 views
Hi,

I'm creating a table completely programtically, creating all columns, rows and textboxes programatically and it works fine. But if I assign styles rules to the textboxes it needs a very long time render the report, depending on the number of objects. It seems that the rendering time increases exponentially.

Steve
Telerik team
 answered on 07 Oct 2010
2 answers
119 views
Hello,

I have 2 pictureBox controls on my report that overlap each other.  Their visible state is set in the _ItemDataBound event based on a value.  This works perfectly fine in debug mode on my local machine but once I install the .dll (report library) and web file (that initializes the report) onto the web server, this behavior does not work.

Any idea of what the server may be missing or why this would behave this way?

Thanks in advance!
Stephanie
Top achievements
Rank 1
 answered on 06 Oct 2010
0 answers
99 views
I am new to this reporting. Can any one pls explain me what does "Dynamics in runtime" mean in the reporting and how does this Telerik reporting support this.
Thanks in Advance
Pams
Top achievements
Rank 1
 asked on 06 Oct 2010
1 answer
196 views
I have the telerik report assemblies that I want to use in my web project and libraries in one location, lets call it c:\telerik.
If I add a reference c:\telerik\Telerik.Reporting.dll to my web project it gets added but the location is actually C:\Program Files (x86)\Telerik\Reporting Q2 2010\bin\Telerik.Reporting.dll. I assume this has something to do with it being in the GAC.

How can I get it to add it from the location I want?
Peter
Telerik team
 answered on 06 Oct 2010
3 answers
441 views
Is it possible to pass a Report.Parameter to a user function by way of an expression?  This expression doesn't work:

= MyReportsLibrary.MyReport.myUserFunction(Parameters.parameter1,Parameters.parameter2)
The expression is attached to the value of a text-box.
parameter1 and parameter2 are strings.

This is the user function:

 

public static string myUserFunction(string str1,string str2)

 

{

 

return str1 + "/" + str2;
}

 


This is what gets populated into the text-box:

An error has occured while processing TextBox 'textBox1':
The expression contains undefined function call myUserFunction().
Steve
Telerik team
 answered on 06 Oct 2010
3 answers
167 views
Hello there,

So now my project can produce reports successfully, what I want to do is when users select different calendars, they will see different reports which have the events selected from the different calendars.  I use Request.Cookies("checkedCalendars").Value in my web application code. How can I pass the cookie "checkedCalendars" to my Report.Designer.vb file, in which i  have
Me.SqlDataSource1.SelectCommand = "SELECT  Subject, Start, [End], aLocation" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "FROM  tblActivities WHERE aCalendarID IN ("checkedCalendars") ;"  ?

How can i do this?

Thank you very much.  
Steve
Telerik team
 answered on 06 Oct 2010
3 answers
204 views
I created report using Class Library, copy connection string from app.config to web.config, on web site add reference to Class Library and add control ReportViewer, set Report property and run solution. When run with ASP.NET Development Server report looks normal and data is displayed. But when I run web site directly from IIS, ReportView control is not showing correctly (see pictures). 

Files for web site is in c:\inetpub\wwwroot\sitename
in c:\inetpub\wwwroot\sitename\bin is dll, pdb and xml from ReportClassLibrary
Class Library project is elsewhere but within same solution.

Why ReportViewer is normally shown on Developer Server and VS Designer preview but on IIS is not working?
A used almost every control from ASP.NET AJAX controls and they looks identical on IIS and Development server.



Steve
Telerik team
 answered on 06 Oct 2010
2 answers
110 views
Hi,

I am using telerik reports in Windows Azure Cloud Service (WEBROLE).
when i preview the report in the PREVIEW tab of the report, it works fine.
but when i see the report in the viewer the following error message is shown after the "Generating Report" Progress.

"Not running in a hosted service or the Development Fabric."

i've tried it in simpe Web Project and it worked fine.
if anyone has any idea about it, please guide me.

Regards,
Samee
Steve
Telerik team
 answered on 06 Oct 2010
1 answer
102 views
I have a web application and introduced one single asp.net mvc page.

the pages are working fine.

In one page, I am calling an *.ashx which inturn calling the telerik reporting project dll.

the problems:

1. I cannot open the report in designer mode in VS2010
2. the application hangs on in the report class

I am using telerik Q2 2008 version and VS2010 and ASP.NET MVC2

any help?
Massimiliano Bassili
Top achievements
Rank 1
 answered on 06 Oct 2010
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?