Telerik Forums
Reporting Forum
2 answers
157 views
I am unable to create a report that generates a billing statement with a return slip at the bottom of the page that you cut off and return with your payment.  In order to do this I either need to have current record data available in the page footer or pin a group footer to the bottom of a page.  Crystal Reports has the former, but I also need bar codes, which my version of Crystal Reports does not have.  I am reluctantly moving on to Jasper unless someone can prove me wrong.  Please do!

By the way, Telerik RadControls are the bees knees.  Way to go, guys!
Wyatt
Top achievements
Rank 1
 answered on 10 Aug 2009
5 answers
363 views
Hi
I thing there is a bug in the TextBox Rendering.

I I make a small report using 4 TextBox`s like this.

Box1    Box2    Box3    Box4

in the detail sektion and bind data to it. It will work fine if the data is small.  But if I put some large data in Box1 so it will be in 4 lines and box2, box3 and box4 is just one line. The Box4 will move and alle the that will move a littel . In all the TextBox`s I use

 textBox = new TextBox  
                          {  
                              Value = tekst,  
                              Height = new Unit(0.2, UnitType.Cm),  
                              Dock = DockStyle.Left,  
                              Width = new Unit(4, UnitType.Cm),  
                              Style =  
                                  {  
                                      VerticalAlign = VerticalAlign.Middle,  
                                      Font =  
                                          {  
                                              Size = new Unit(8, UnitType.Point),  
                                              Name = "Verdana" 
                                          }  
                                  },  
                              Multiline = true 
                          }; 
For the Box 3 use use 

HorizontalAlign

 

.Right; to set the text to the right. This is the price

 

 


Eks.

SfB-
undergruppe
Komponent SfB-
hovedgruppe
Budgetpris
(73)3                                                Eftersyn for                               (7) Inventar                                           100,00 
                                                         ridser og
                                                         skrammer - (
                                                         22)

                                                         3.001.S1f.s4d
Naturlig ventilation                            Eftersyn                                    (6) El- og                                            512.345,00

The error in the rendering is that that the Budgetpris colums numbers wil be moved so all the digit will not stand under the next colum. See the Eks.

The 100,00 and the 512.345,00 is not standing so eacht digit is standing the right place. All the first digit shoud be stand the most right and so. I you put in a line from the "s" in Budgetpris and down to the numbers it shoud be a normal line.

I hopy thare is a hack for this else I hopy Telerik will correct this error in the next version of Telerik Reporting.

Janus S. Andersen
Denmark

Milen | Product Manager @DX
Telerik team
 answered on 10 Aug 2009
1 answer
1.0K+ views
Hello
I am developing a report which did not use the wizard.
While the textboxes which bounded to the datasource can only display the 1st row of the data.
How could I see the other rows?

Thanks
Steve
Telerik team
 answered on 10 Aug 2009
1 answer
81 views
Hey @all

I am complete new with telerik. - So, I have never had experience with this tools.

Before I try the Reporting tool, I want to know a very important thing for me:
When I will distribute my version. - Can the enduser personalize the reports?
So, the company, which get's my software can add some inofrmational data to the report, insert his own logo and so on.
Is this possible?

THX for the help!
Steve
Telerik team
 answered on 10 Aug 2009
2 answers
81 views
I have to create a report authoring tool, where user are able to define what would be the column and row, and how the data would be filled, similar to pivot table. Basically to provide users with authoring feature where they can specify how the report would looks like and save them as template. And we providing them the data fields. Is it possible to use telerik reporting to enable such feature? 
euam chantarasombat
Top achievements
Rank 1
 answered on 10 Aug 2009
2 answers
201 views
Hi,
I have a crosstab on the detail section of a report and it is working as planned except that a row can break across 2 pages. I have set it to have column headers on each page and I have a header and footer for the report. I have also set the Keep together options. Does anyone know how can I get it to not chop a row in half and make it go to next page as a whole row? Thanks
Nigel
Steve
Telerik team
 answered on 07 Aug 2009
3 answers
496 views
Hi,

Are there any sample solutions or projects of examples for Telerik Reporting?  I'm looking for a sample web report with parameters.

Thanks,
Darren
Steve
Telerik team
 answered on 07 Aug 2009
1 answer
92 views
Hello,

We have noticed that while using the telerik reporting filter operator  "Telerik.Reporting.Data.FilterOperator.LessOrEqual" for date datatype it gives the same result as Telerik.Reporting.Data.FilterOperator.Less.
Please notify us, how can this be resolved?
Steve
Telerik team
 answered on 07 Aug 2009
1 answer
102 views
down load the trial version Q2 2009, 

PC configuration:

Visual studio web express 2008, net 3.

Steve
Telerik team
 answered on 07 Aug 2009
3 answers
174 views
Hello
I need help. 
I have a report that displays Column "FullName" And Column "Antal" (quantity).
This is my query for that.
SELECT CONCAT(u.FirstName, ' ', u.LastName) AS FullName, COUNT(*) AS Antal
FROM Bookings b
INNER JOIN Users u ON u.Id = b.BookedById
INNER JOIN CompanyUsers cu ON (cu.Id = u.Id)
WHERE cu.CompanyId = 2
GROUP BY u.Id
ORDER BY Antal DESC;

I have added two parameter values from the ReportParameter-collection of the report, one for Year and one for Month. These values displays in two dropdowns. I have also added a filter. =Fields.Year = =Parameters.Year AND =Fields.Month = =Parameters.Month
This is my query for that.
SELECT DISTINCT MONTH(BookedDate) AS Month, YEAR(BookedDate) AS Year
FROM Bookings b 
INNER JOIN CompanyUsers cu ON cu.Id = b.BookedById
ORDER BY Year DESC, Month DESC;

The textboxes that displays FullName and Antal is empty when I choose a value from the "dropdowns". But if I remove the filter FullName an Antal displays with the overall quantity.
How can I get my Report to interact with the parameters value in my dropdowns. When I choose a month from the dropdown I want the quantity for exactly that month. Not the overall result. 

Excuse my English
Thanks
/Emil


Emil Eriksson
Top achievements
Rank 1
 answered on 07 Aug 2009
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?