Telerik Forums
Reporting Forum
4 answers
168 views

Hi All,

 


I have run into a problem with the Telerik Reporting that I have bought (Q10 2010).

 


The problem is following:

 

While I run an Asp.Net application with a Telerik Report under the Windows Server 2008 and an Application pool with integrated managed pipeline mode set – I have an issue (see the Issue.jpg screenshot attached).

 

As soon as I changed from integrated to classic managed pipeline mode the report starts working fine (see the Image4.jpg screenshot attached).

Thanks to all.

Borys
Top achievements
Rank 1
 answered on 08 Oct 2010
0 answers
93 views
i want to make a crosstab like that at the attached file. seperatly, i can grouped by year or by month, but i didn't manage to make like that.
Is there a way to do this ?

"Ocak,şubat..." are the names of months in turkish (:
Bekir
Top achievements
Rank 1
 asked on 08 Oct 2010
15 answers
244 views
Hello:
     When I use report in my silverlight appliction,there is always an error like this :"An exception occurred during the operation, making the result invalid.  Check InnerException for exception details".My report's datasource is objectdatasource,it can be previewed in the report class library,but when i use it in the silverlight application,an exception will be occured as above.However,when my report's datasource is sqldatasource,there is no error or exception and it will return right result.I don't known if i miss some dll or other files in my silverlight application.
My development environment: Windows Server 2008; VS2010; Silverlight 4.0; Reporting Q2 2010

Please write back as soon as possible!



                                                                                                                                                                                                     Thanks!
Steve
Telerik team
 answered on 07 Oct 2010
7 answers
412 views
Hi everyone!

I've created a ReportBook with 3 reports in it (created runtime, not in designer).

In preview (ReportViewer Control, WinForm) everything renders as expected, all 3 reports are displayed.

But when i export this as PDF/Excel ... (it's no difference if i'm doing this from code or with the ReportViewer Export Button) i only get the last of the 3 reports as export result, first and second report are gone to /dev/null ....

I've tried this with different reports, always the same result.

I also checked if the input for the ReportProcessor is correct, 3 Reports are in the reportBook when passed to the RenderReport function.

We are using the latest version 2010.1.423.

So, anyone any idea? =)

Regards,
Michael


Andrea Rapuzzi
Top achievements
Rank 1
 answered on 07 Oct 2010
3 answers
390 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
335 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
115 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
94 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
185 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
431 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
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?