Telerik Forums
Reporting Forum
3 answers
309 views
I generated a pdf document using telerik report Q3 2009 which contains arabic text. In report viewer, arabic text is coming properly but in pdf some letter of the arabic text is cut. I did lot of effort to fix this, but i couldn't.This is very critical for me, because my client is wait for me. Can you please help me to fix this issue. Here i am attaching one image file. I have marked in image where the arabic character is getting cut.
Steve
Telerik team
 answered on 28 Mar 2011
2 answers
276 views
I am experiencing problems when deploying my website, that has pages using telerik reporting.  The reports run fine locally and on a development server, but not on the production server.  The page loads but the report bar is missing the images, and when you look at developer tools in chrome you can see the reference to the Telerik.Reporting.axd file is missing (it can't find it).

In the bin folder I have the following dlls as suggested in the documentation:
Telerik.Reporting.dll
Telerik.Reporting.Service.dll
Telerik.Reporting.XamlRendering.dll
Telerik.ReportViewer.WebForms.dll
Telerik.Web.UI.dll

The site is running under IIS7 and i have followed the documentation to ensure that i have the correct tags in the System.WebServer - Handlers section of the web.config file.  

Here is the line i have in the web config file. System.WebServer - Handlers section
<add name="Telerik.ReportViewer.axd_*" path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=3.2.9.1211, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" preCondition="integratedMode,runtimeVersionv2.0" />

The only difference between the site that doesn't work and the ones that do, are as follows.
This site is running IIS7 the others are running IIS6.
This site does not have Microsoft Reporting Services installed on it and the development web server does.

Please provide any ideas.
Thanks 
AIU Web Services
Top achievements
Rank 1
 answered on 28 Mar 2011
4 answers
302 views
Hi All,

I've been getting this error on/off again since I upgraded to Q2 2010. I have multiple reports which haven't been changed in a while which do a Sum() in a Group header. I get an error stating 'An error has occurred while processing TextBox 'textBox8': The expression contains undefined function call Sum()'.

It wouldn't be so bad if I could re-create this at will, but this will happen sometimes and then other times it will be fine with the _exact_ same report data. Like I said, these reports haven't changed for over a year and are simply doing this in the expression of the TextBox.

= Sum(Fields.DiscountedPriceAmt)
Steve
Telerik team
 answered on 28 Mar 2011
3 answers
140 views
Good Day All

I have used the Report wizard to create a barcoded Report. but now i have some few questions about this.

1) I want to generate the Barcode Number , what is the good way to do that?

2) i want to retrieve the Barcode based on a Parameter

3) I see that the report designer is separate entitiy , even your examples show that you create a report separately , now how can i use the report that has been created in my silverlight app. I see in my silverlight toolbox there is

"ErroStatus"

"ReportParameterConrtol"

"ReportViewer"

"Dialogbox"

4) how and what contrlols are used to display the Report that have been created in the designer ?

5) How to pass the parameters from the code behind?

Thanks


Steve
Telerik team
 answered on 28 Mar 2011
1 answer
123 views
Hi,

   We need to print barcodes, but we dont want to use full reporting dependancies for that. Is there any way that using telerik components (ASP.net AJAX or any other), we can generate barcode and save them/put into PDF? But we dont want to use reporting depedencies for that, it doesn't seems good to break the egg with the hammer.

   Thanks,
Sebastian
Telerik team
 answered on 28 Mar 2011
1 answer
88 views
Hi,

We have one report in which we are adding parameter in subreport in main report and accessing these parameter in subreport's need_datasource function.i.e.

Method in Main report :----

 

public AnalysisReport(DataSet ds)
{
    InitializeComponent();
    Parameter pArr = new Parameter("Analysis", ds.Tables["Analysis"]);
    subReport.Parameters.Add(pArr);
}

Method in Sub report:----

 

 

 

 

private void SubReport_NeedDataSource(object sender, EventArgs e)
{
    DataTable dtAnalysis = (DataTable)((sender as Telerik.Reporting.Processing.Report).Parameters["Analysis"]);
    if (dtAnalysis != null)
    {
        (sender as Telerik.Reporting.Processing.Report).DataSource = dtAnalysis ;
    }
}

 

my problem is,
this code was working fine till we haven't updated the telerik DLL 5.0.11.316,
after updating this DLL we are getting error on subreport in converting parameter in to Datatable 
can you please let us know how to resolve this problem.
Thanks  

 

Saujanya
Top achievements
Rank 1
 answered on 28 Mar 2011
1 answer
62 views
I'have made a standard report from the wizard but how can I create a second page?

Thanks,

Mart
Peter
Telerik team
 answered on 28 Mar 2011
2 answers
160 views
I upgraded from VS 2008 to 2010.  Now when I double-click on my report.cs file, it opens as a C# file instead of opening in the report designer.

What did I do wrong?
WombatEd
Top achievements
Rank 1
 answered on 27 Mar 2011
0 answers
113 views
When I try to set ProgressText with:

                <telerik:ReportViewer ID="ReportViewer1" runat="server"
                    ToolbarVisible="False" Height="100%" Width="100%" ProgressText="...">
                </telerik:ReportViewer>

or

ReportViewer1.ProgressText = "...."

I got error: 

'Public Property ProgressText As String' is obsolete: 'Use Resources.ProcessingReportMessage property instead or the resource file.'.

This is normaly worked until I updated Q1-2010 to Q1-2011 version!! What is wrong?

Gosha
Top achievements
Rank 1
 asked on 27 Mar 2011
2 answers
85 views
Hello,

I am a current customer of the Telerik Rad Controls for Silverlight.  I just downloaded the Reporting trial and am trying to figure out how to get reports viewable from my Silverlight applications.  I have found many videos on how to build the reports, but nothing about how to display them from Silverlight.  One video I found said the Viewer was out of data and to use the RadHtmlPlaceholder.

First, do all the reports need to be displayed using the HtmlPlaceholder, or is there an actual Silverlight Viewer for this?  Second, please point me to a *current* video/tutorial/walkthough on how to get started using Reporting with Silverlight 4.

Thanks,

-Scott
Scott
Top achievements
Rank 1
 answered on 26 Mar 2011
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?