Telerik Forums
Reporting Forum
1 answer
160 views
I have a report with a textbox that has a date field. I want to put a Textbox in the footer that counts the number of times the textbox value is greater than the curent date. Is that possible in Telerik Report?
Chris Gillies
Top achievements
Rank 1
 answered on 19 Aug 2011
1 answer
127 views
I am having issues with maintaining colours when exporting reports to PDF.
The easiest way of seeing what I mean is if you have a report with Blue text, the PDF blue is totally different (going from an RGB of [0,0,255] to [53 82 165]).
The colour change is apparent for all colours I have tried, apart from greys and black.
I am using report version :
Q3 2010
And exporting using the webforms reportviewer.
Can you please advise on a way to rectify this?
Thanks,
Steele.
Steve
Telerik team
 answered on 18 Aug 2011
1 answer
152 views
Hi,
    I need to show the tooltip "Print Report" for the print icon in Telerik Report Viewer at Runtime. Whereas in design time While preview its showing the tooltip "Print Report", the same thing i need to show on runtime also.
Is it possible ?

Attached the Screenshot.


Regards,
Karthikeyan G
Steve
Telerik team
 answered on 17 Aug 2011
1 answer
61 views
Hello!

I need to create a report that show's the Tasks of the person in a project. I have a List that contains all the tasks and the projects, what i need to implement is, a way to Group the tasks by projects, like this:

PROJECT A
-----------------------------------------------------------------
Task 1
Task 2
Task 3

PROJECT B
------------------------------------------------------------------
Task 1
Task 2
Task 3

But in the list i can have N numbers of projects, how do i implement this?
Thank you!!!

Peter
Telerik team
 answered on 17 Aug 2011
2 answers
120 views
I'm using Silverlight Report Viewer + WCF like this - http://www.telerik.com/help/reporting/silverlight-hosting-in-iis.html
I need to get the report stream,say pdf bytes then upload to Azure Blob. But there's no ReportProcess class in Telerik Silverlight assembly mentioned in this kb http://www.telerik.com/support/kb/reporting/designing-reports/saving-a-report-into-pdf-format-programmatically.aspx

How can I get the report stream?
Steve
Telerik team
 answered on 17 Aug 2011
1 answer
62 views

Hello,

Can I add the result of a report in the viewer without using silverlight serviceTelerik Reporting?

ie:
Server side: Can I get a stream
Silverlight viewer side: Can I manually add stream to display the report?

Regards.
Gerard.
Peter
Telerik team
 answered on 17 Aug 2011
18 answers
1.2K+ views
Hello!

My scenario is as follows.

I have a report that is bound to a DataSet. That DataSet has 2 Tables, Table and Table1. In the detail section I display information from Table and have a List where I am showing data from Table1. I now want to be able to filter the data in the List, using a filter expression. The criteria I need to filter is this:

Table.Person_ID = Table1.Student_ID

Is this possible and how? I've tried with Fields.Person_ID = Fields.Student_ID and nothing...

The DataMember properties are properly defined on the report and on the list.

Any ideas?

Regards!
Bader
Top achievements
Rank 1
 answered on 17 Aug 2011
1 answer
87 views
Hi, when charting values up to 100% we initally had the Y axis going up to 120%.
Once this was resolved we had a Y with 100%, however the data being plotted is often at or around 100% and so the labels on both our column and line graphs are being cut off (because there is no room above the plot for the "100%" or the "99.95%" to be displayed.

image attached
Steve
Telerik team
 answered on 17 Aug 2011
1 answer
108 views
Hi all.
why does not your Product(telerik Reporting Q2 2011) support in .Net Framework 4 Client Profile and it's support in .Net Framework 4?
Steve
Telerik team
 answered on 16 Aug 2011
1 answer
204 views

Hi all!

I have a Master report containing a sub report. In the sub report i'm trying to use a userdefined function called returnThis(). Below are the two versions of the function.

 

public static double returnThis()

        {

            return 22.6;

        }

 

        //public static double returnThis(double avgMark)

        //{

        //    //SqlConnection conn = null;

 

        //    //conn = new SqlConnection("Data Source=AGAHIMBARE-PC;Initial Catalog=VTLARIMS;Integrated Security=True");

 

        //    //conn.Open();

        //    //string strSQLCommand = "SELECT Top(1) GradePoint FROM  GradeMarks WHERE avgMark BETWEEN LowerPercentage AND UpperPercentage";

        //    //SqlCommand command = new SqlCommand(strSQLCommand, conn);

        //    //string xx = command.ExecuteScalar().ToString();

        //    //   double returnvalue = System.Convert.ToDouble(xx);

        //    //conn.Close();

        //   // return returnvalue;

        //    return avgMark;

        //}

 

when i use the one without any argument, it works fine ie. returns 22.6
However when i use the one which is passed a parameter (the disabled one) i get "An error occured while trying to process text box. The expression contains undefined function call returnThis()"

 

 

I call the function using  =returnThis(52.1) as the value for a textbox on the subreport.

 

Can anyone help me here plz. Thnx so much.

Mike
Top achievements
Rank 1
 answered on 15 Aug 2011
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?