Telerik Forums
Reporting Forum
1 answer
205 views
Hi

I have a textbox on my report, and I have set the Value of it to ""=Fields.break_mins / 10". I have also set the format of the textbox to {0:N2}. It performs the calculation as it should, but the number is always rounded. E.g. if break_mins is 104, then the result is printed as 10.00 rather than 10.40. I have tried changing the number format to {0:D2} as well but the result is still the same. Is there a way to get it to perform the division without rounding the number?

Thanks in advance
Michael
Steve
Telerik team
 answered on 16 Dec 2009
2 answers
108 views
Hi there.

I just noticed that in the web report viewer, that you are able to export a report without entering any required data. Is there a way to prevent this?

Thanks, MIke
Michael Love
Top achievements
Rank 1
 answered on 16 Dec 2009
3 answers
157 views
Hi,

    Well after some days i learn how to use the telerik report and its awesome but there is something that is killing me! :S. I have 3 sections Report Header, Details and PageFooter:

Report Header: has a Table with report filters, titles, logos, etc. And the stadistic chart(correlational chart)
Details : has the table with the results.
PageFooter: has the page number.

   I want that after the Report Header the Details Section shows (i have actived KeepTogether = False, RowHeaderPrintOnEveryPage = true, so if there are too many results the table will continue in the hext page)  but the Details section jump to the next page and instead of that there is a yellow background !! T_T. That yellow background appears at second page too when my result table is too short to the complete page. I'll attach the report in pdf.

  By the way, i have set the Background.Style of each section to WHITE color, but only works at PageFooter.

Best Regards,
Moises.
Chavdar
Telerik team
 answered on 16 Dec 2009
5 answers
518 views

I'm using tables in my report to make it easy for me to increase the height of sections programmatically. Now I need to add a field from the reports data source in the detail section to a table in the detail section. When I drag the field from the details section to the Table it uses the Tables data source which I don't have set so nothing is displayed. Is there a way to reference the reports fields within the table? If not I can control the flow of the individual controls.

Gersh
Top achievements
Rank 2
 answered on 16 Dec 2009
1 answer
139 views
I have this chart in the report, but i need the series's look how in this  PDF which the name of the series is in the chart (plot area),i want put the name on my chart in the yellow area marked.



I need have the names, in the chart of the report , how the chart on my asp.net control.

PD: My chart is attached
Steve
Telerik team
 answered on 16 Dec 2009
3 answers
118 views
Hi All , 
           I have to dynamically handle report background image  visibilty based upon some field value . I trired out with condtional formatting by createing a rule , but at runtiem it fails . Please suggest the way to me through >net also to handle it . Beacues i also tried through the code but it does not looks right way to me .


Thanks ,
Naginder Singh
Transputec Computers Plc
Steve
Telerik team
 answered on 16 Dec 2009
2 answers
484 views
Hi!

I have in my reporting project a Reporting.List (mainList) inside of another Reporting.List (secondList).

So when i databind the mainList, i also want to databind the secondList during the mainList ItemDataBound event based on the contents of the binded data.

For that i will need to access a class object during the ItemDataBound event of the MainList.

I was trying to do this:

        private void lstGrupoQuestoes_ItemDataBound(object sender, EventArgs e)
        {
            MyClass classobj = (MyClass)e.Item.DataItem;
            secondList.DataSource = classobj.subclassmethod;   //subclassmethod is a IList of another class object
            MyRepeater.DataBind()

       }
      
Unfortunely the EventArgs of the Reporting.List does not supports the "e.Item.DataItem". So how can i access a class object during the itemdatabound event?

Thanks.
Jhony Malta
Top achievements
Rank 1
 answered on 15 Dec 2009
4 answers
63 views
Hello,

I have a TextBox and a CrossTable in a detail section, both set to visible= false.

In the detail section ItemDataBinding event, I set one of those two controls to visible= true depending of a value in the data row.

This used to works fine in Q1 2009 but since I have upgraded the report to Q2 2009, when I set the CrossTable visible to true, the CrossTable does not appears anymore.

I have tried with Q3 2009 and it still does not work like it used to be.

Thanks

Frédéric

Frédéric
Top achievements
Rank 1
 answered on 15 Dec 2009
2 answers
58 views
Hi, I use reportviewer in a web project. I have 2 client PCs accessing this report.

On one PC, the report viewer shows "Generating " and then the wordings disappears and blank page appear. While on the other PC the report data comes out fine. Hence I dont suspect anything wrong with the program codes.  Both are using IE of the same version. Any ideas what are the possible causes or checks that I should conduct?

Thanks in advance.

Regards
CWK
cwk
Top achievements
Rank 2
 answered on 15 Dec 2009
3 answers
83 views
i have telerik reporting q3 2009 ,
i use htmlTextBox and set Culture to Persian And Align Right.
in webpage i see text in left side, and in pdf/print i see text in right side and with right to left problem.
Steve
Telerik team
 answered on 14 Dec 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?