Telerik Forums
Reporting Forum
1 answer
128 views
I have a report that has a group by 2 fields, the name of the person and a league. as a simple example, the first column is the name and the second the league. how can i suppress the name on lines 2 thru x so it does not repeat. it currently looks like:

susan pelzel        t-ball
susan pelzel        U6
susan pelzel        U8
mike pelzel           t-ball
mike pelzel          U6
mike pelzel          U8


Where i would like it to look like:
susan pelzel        t-ball
                            U6
                            U8
mike pelzel           t-ball
                            U6
                            U8

thanks so much!
susan
Steve
Telerik team
 answered on 09 Mar 2009
1 answer
53 views
I created a report then added a report viewer to access it, what I would like to do is pass 2 variables to my report, Is this possible ?
or does the reports only access data files ?

I am very new at this, I did not find anything in the documation about passing variables
if someone could toss me in the correct direction if this can be done or not

thanks
Pete
Steve
Telerik team
 answered on 07 Mar 2009
1 answer
327 views
Hi.,
     Here i am facing one problem while generating report.Some times report viewer showing the message 
        'Report processing was cancelled'.it is confused to the user.Needs to ur solution to detactive this message.


Thanks and Regards,
Suresh
Steve
Telerik team
 answered on 07 Mar 2009
1 answer
116 views
Hello,

I have a Reportviewer and i want to set my report programatically in the code-behind, as i have 1 report viewer and more reports.
When in design mode i can select a report, but how can i do that in C# code behind?

Thanks.

Peter
Steve
Telerik team
 answered on 07 Mar 2009
3 answers
103 views
 I have a textbox that grows so the text within it would need to stretch across two pages when exported to RTF.  However instead of sretching across two pages it moves the entire text box to the next page which results in a large blank space at the bottom of one page.  Is there a way to have the textbox span across two pages?
Thomas Salt
Top achievements
Rank 1
 answered on 06 Mar 2009
1 answer
76 views
I am very new to this and have a basic question on how to print
what I am trying to do is print labels, so I created a class with my label design and using another class to pass it variables to be printed, how can I get them to print to a printer, it seems to me that I might need to use the report viewer ?

if someone could please provide a small sample, that would help me a lot.

thanks in advance Pete
Steve
Telerik team
 answered on 06 Mar 2009
2 answers
129 views
Using Q3 2008 version

I have a report with a variety of user functions. These have worked fine. Today I made some changes in the functions so that they would take more parameters. After recompiling the report preview gives an error message "The expression contains undefined function call..." This is only on the functions that have the added parameters.

Also, and I figure this is related, none of the functions (working or broken) appear  in the "Edit Expression" Editor Instead I get "ReportsClassLib" and ReportsClassLib.My"

I have tried building, cleaning, and rebuilding the solution in various combinations but no luck. What should I try?

Thanks,

Matthew

Matthew Hile
Top achievements
Rank 1
 answered on 06 Mar 2009
4 answers
621 views
 I am using Visual Studio 2008 and Telerik Reporting Q3 2008 SP2.  We are using MySQL as the database backend.


I have pasted this in the query builder, which I can run in MySql with no problems(when I substitute the parameters for real data):

SELECT     oc.GroupOffense, uc.category, SUM(CASE WHEN i.CommittedDt > @StartDtThisYear THEN 1 ELSE 0 END) AS ArrestsYTD,
                      SUM(CASE WHEN i.CommittedDt BETWEEN @StartDtLASTYEAR AND @EndDtLastYear THEN 1 ELSE 0 END) AS ArrestsLastYTD
FROM         analytics_incident i JOIN
                      analytics_IncidentCrimeInfo ci ON ci.incidentid = i.incidentid JOIN
                      ucroffensecategory uc ON uc.categoryid = ci.ucr_crime_category JOIN
                      ucroffensecode oc ON oc.categoryid = uc.categoryid
WHERE     oc.GroupOffense = @GroupAB
GROUP BY oc.groupoffense, uc.category

and when I click on Execute Query it gives me this error:
SQL Execution Error.
Executed SQL Statement : SELECT     oc.GroupOffense, uc.category, SUM(CASE WHEN i.CommittedDt > @StartDtThisYear THEN 1 ELSE 0 END) AS ArrestsYTD,
                      SUM(CASE WHEN i.CommittedDt BETWEEN @StartDtLASTYEA...
Error Source: MySql.Data
Error Message: Fatal error encountered during command execution.

The sql statement runs fine in mySql so why not in the report?

THanks
Christel
Christel
Top achievements
Rank 1
 answered on 05 Mar 2009
0 answers
193 views

Hi
I need some help making a report design of this

*                                    Months
Project name                Jan    Feb    Mar    Apr    May    Jun    Aug    Sep    Okt    Nov    Dec
Project 1 fuse                *        *                            *         *         *
Project 2 start                         *        *                                        *        *
Clean rum something                                        *        *             *        *           *        *         *       
Make Asic design            *      *        *            *                

*                                    Days
Project name                1        2        3       4        5        6        7        8        9        10    11    ...    andso    ... 31
x1                                  *        *                            *         *         *
x2                                  *        *                                                *        *
x3                                  *        *        *        *        *        *            *        *
x4                                  *       *         *            *                

I know that there is a Gantt diagram and I thing that is the way to make it, but how ? I have to make this in programming not in design time, because the page size can be A4 or A3 or something else.


Janus S. Andersen



Janus Pedersen
Top achievements
Rank 2
 asked on 05 Mar 2009
1 answer
110 views
Hi Steve,

        We have purchased Telerik Reporting Tool from your website, i have downloaded the related softwares and documentation and source code. All works fine. But the issue which i am facing is that all source code are in C#, i kindly request you to send me the link where the source code will be available in vb labguage.
        
        We have Purchased both RadControl for ASP.NET Ajax and now Reporting Tool, so i believe you would help us on the above issue.


With Regards

Koshy
Steve
Telerik team
 answered on 05 Mar 2009
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?