Telerik Forums
Reporting Forum
1 answer
153 views
Thie example does not seem to work.   I want to catch the report and find an integer value and replace it with a string.  Do you know how to do that?
I do not see many examples. 

  private void detail_ItemDataBound(object sender, System.EventArgs e)
        {
            Processing.DetailSection section = sender as Processing.DetailSection;
            Processing.ReportItemBase extraShipping = section.Items.Find("extraShippingCostTextBox", false)[0];
            DataRowView row = section.DataItem as DataRowView;
            if (null != row)
            {
                object val = row.Row["Weight"];
                if (!(val is DBNull) && ((decimal)val) > 10)
                {
                    extraShipping.Visible = true;
                }
                else
                {
                    extraShipping.Visible = false;
                }
            }
        }
Svetoslav
Telerik team
 answered on 31 Jul 2008
3 answers
70 views
I am looking at the design view of my class based report and I can't see the buttons to zoom in, align, etc.  Is there some setting that I need to enable in order to see them?
Steve
Telerik team
 answered on 30 Jul 2008
3 answers
93 views
Is there a way to use ajax with the report viewer?  I have tried but it does not seem to work.  Thanks
Steve
Telerik team
 answered on 30 Jul 2008
5 answers
209 views
Hi,

I know currently you can currently programmatically call export functions etc.

I was wondering if in future versions you were going to allow a developer to programatically modify the functions available within the built in reporting toolbar.

Regards,

Graham O'Riley
Netdocs Plc

Graham O'Riley
Top achievements
Rank 1
 answered on 30 Jul 2008
1 answer
109 views
What are the limitations of the demo?  30 days?  Limited functionality? 
Steve
Telerik team
 answered on 30 Jul 2008
4 answers
170 views
I just published a proof of concept showing live data within Telerik Reporting(Demo) Viewer. What I can't figure out is why the exporting function (pdf, tiff, Excel, etc.) as well as the printing function do not work? Are these functions available in the full version?

Sasa
Top achievements
Rank 1
 answered on 29 Jul 2008
1 answer
106 views
Hi,

Please help me. Previously I am using Telerik Report 2.0 but just now I was installed the Telerik Report Q2 2008, then I realized there is ambiguous namespace. So, I uninstall the Q2 2008 . Now I cannot open the telerik report for edit. Although I already added preference, it still the same.

Please help me.....
Saint
Top achievements
Rank 1
 answered on 29 Jul 2008
1 answer
121 views
Hi,

1. I want to have a Smart Part with Telerik Reporting in it.

2. Secondly is that it is N-Tier Architecture following the style of having a dll specifically for report design and another project to design the reportviewer.

3. Thirdly is that I want to write my own sql and use the datasource from my web.config in wss. However, in terms of designing how the report look like in terms of maybe the grouping, where the data is put and how, color scheme etc.., I want to design using the drag and drop rather than programatically.

How can I accomplish all this? Is there a sample that I can refer to or other resources?

Steve
Telerik team
 answered on 28 Jul 2008
1 answer
215 views
I have 3 groups on my report - group1, 2 and 3( in the same order).In groupfooter I am displaying total for the group. At the end of the report I want to show Grand Total. Where could I have this grand total. I really do not want on Report Footer because it is displayed on each page. It would be really nice to see at the end of the group... If report footer is the only option is there is way to show it only ONCE on the report and not on all pages.
Svetoslav
Telerik team
 answered on 28 Jul 2008
5 answers
171 views
I was going through your Walk-Through for developing a Telerik report (Q1 2008) when I noticed there is no template provided for Visual RPG. We've been using your RAD Controls Suite for the past couple of years with no problems and would like to use the Reporting solution.

Can you provide us with a template for use with Visual RPG for VS 2005 or offer some assistance in developing one? We are developing using Webforms.

Thanks you
Svetoslav
Telerik team
 answered on 28 Jul 2008
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?