Telerik Forums
Reporting Forum
1 answer
62 views
Hi,

Situation:

I have populated the fields using a datasource. One of the fields has null values. So, I have used a ItemDataBound event to populate the values from a list of values in Hashtable when the value is null. It populates alright.

Problem:

The subtotal in the GroupFooter section still gives the sum of the values which were NOT NULL initially.

Code:
private void fldAverageAnnualNLoadDataTextBox_ItemDataBound(object sender, EventArgs e)
        {
            Telerik.Reporting.Processing.TextBox tbAnnualLoad = (Telerik.Reporting.Processing.TextBox)sender;
            if (currentScenario == "Base-case")
            {
                if (!baseCaseValues.ContainsKey(currentCatchment))
                {
                    baseCaseValues.Add(currentCatchment, tbAnnualLoad.Value);
                }               
            }
 
            if (tbAnnualLoad.Value == null && currentScenario != "Base-case")
            {
                tbAnnualLoad.Value = string.Format("{0:0.0}", baseCaseValues[currentCatchment]);
            }
        }
 
Any help is highly appreciated.
Steve
Telerik team
 answered on 16 May 2011
1 answer
78 views
HI,
I am new to Telerik Reporting.I'm trying to bind a collection to the report viewer.This collection is not from a database.But from the xml. I read the xml and store them in a collection.Now i want to show whatever is in that collection as a report to the screen.How can i achieve this?
Please Help me out...
Regards
Karthik
raj
Top achievements
Rank 1
 answered on 14 May 2011
0 answers
105 views
Is Telerik Reporting 508 compliant? If it is not now, Can we expect any upcoming releases with 508 compliant reporting? We are looking for a 508 compliant reporting tool. Thanks!
MA
Top achievements
Rank 1
 asked on 13 May 2011
3 answers
93 views
Hi there,

I create a report and want to set the DocumentMapVisible to false in my Silverlight application.
But there is no property availabe, not in XAML and also not in code behind.

Any hint?

Best Regards
Manfred
Peter
Telerik team
 answered on 13 May 2011
1 answer
95 views
I saw the self paced reporting. Still running into an isssue.
1) Created the report.
2) Placed a query and tied it to the report
3) Attempted to add paramters
4) Tied it to the filter.

Not sure why it is not working.

I want to understand how and what the link is to have the query paramters added as a where clause.
Peter
Telerik team
 answered on 13 May 2011
1 answer
177 views
hi,
I am Telerik report book using but  Microsoft JScript runtime error: Object expected Here's the first line that is causing the error:

ToolbarImageButton('ReportViewer1_ReportToolbar_HistoryGr_NavigateBack_Button','NavigateBack',false,'NormalButton','DisabledButton','PushButton',false);

 

ToolbarImageButton('ReportViewer1_ReportToolbar_HistoryGr_NavigateForward_Button','NavigateForward',false,'NormalButton','DisabledButton','PushButton',false)

 


I am visual sutudio 2008 using(Running 32-bit, windows XP, i.e 8) ,This is a .net 3.5 web application.
I tried   Telerik Report book  and I still get the error.  Any ideas?

thanks
Chavdar
Telerik team
 answered on 13 May 2011
2 answers
90 views
Hello,Telerik team

now,i use Telerik reporting 2010 Q2 package(in using telerik update wizard ,and update from 2010 Q1)

when i show the reports in WPF reportviewer

the content in pageheader section is not show,and i check the visibility is visible

and i try to use webform to show the reports,it's all ok,but in wpf seens like something wrong with it(also use 2011 Q1,but it's not work ,too many error messages that i dont know how to fix problems)

my second question is why i update to 2010 Q2 even 2011 Q1,the custom define functions are not work?

it always show the message "undefine function..." etc.

please give me an answer and tell me how to do to fix the problem?
Svetoslav
Telerik team
 answered on 13 May 2011
14 answers
631 views
Hi,

I would like to print the report at client side printer. I have gone through those threads but none of those help.
This is my scenario,

I have 10 pages report, when the user gets into this page and click on a button.
The report will be printed directly into the client side printer. I don't want to show up the report in the page which mean there is only a button in the page.

It's ok whether to pop up the printer dialog or not.

Thanks.
KC
Wesley
Top achievements
Rank 1
 answered on 13 May 2011
1 answer
122 views
I have no idea why it happens but the table in the sub report, sometimes repeats more then once... I soo that a lot of ppl have the same issue, but please give me some solution for that problem ASAP!
Robert
Top achievements
Rank 1
 answered on 13 May 2011
27 answers
761 views
We have recently upgraded to the Q2 2010 release of Telerik Reporting and have identified an issue with this version relating to PDF documents rendered by the reporting system.  Users are able to view the documents in Adobe Acrobat, but unable to save them to their local disk -- upon clicking the Save As... and choosing a location, they receive an error that states: "The document could not be saved.  There was a problem reading this document (109)."  When I do a Ctrl-Click to get the details from Adobe, it tells me the following: "Object label badly formatted."

We have tested this with a couple of different reports and they all behave identically.  One of our developers rolled back to the Q1 version and the issue disappears.

Is this a bug in the system, perhaps something that we are doing causing this or any other suggestions? (Note, I have examples of the same report from both Q1 and Q2 but cannot upload a PDF here).

Thanks,
Adam
Joel
Top achievements
Rank 2
 answered on 12 May 2011
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?