Telerik Forums
Reporting Forum
5 answers
191 views
Hello ,

We have a class library which contains all reports in the application.Also we have three different applications developed in Silverlight , WPF and Asp.Net website.Each report can be called used in all application.Now we want to localize all the reports based on the culture set from the application. I have gone through the link http://www.telerik.com/help/reporting/report-viewer-localization.html , but it did not help me.Also i could not found good reference material for localization.

It will be good if you can provide us the sample project which will work for all three kind of applications which includes setting a label text from resource file.

Thanks in advance.
Massimiliano Bassili
Top achievements
Rank 1
 answered on 16 May 2011
1 answer
183 views
I am trying to set a multivalue parameter of type Integer programatically with an array of int.
However, I get back an error of "Invalid value of parameter".

I have tried a number of combinations but keep encountering the error.

Where am I going wrong?
Stephan
Telerik team
 answered on 16 May 2011
1 answer
65 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
80 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
115 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
112 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
108 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
193 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
106 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
673 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
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?