Telerik Forums
Reporting Forum
0 answers
66 views
I just wanted to verify that Telerik Reporting release for Q1 SP1 (Silverlight ReportViwer) works with SL4, .NET 4 and VS2010 and RadControls for SL4?
GEB
Top achievements
Rank 1
 asked on 11 May 2010
1 answer
80 views
Hi,

I am building a crosstab report, with value of Textbox as count(field).
I want to add another column in the report with percent value w.r.t the textbox. I was able to add the column in the report, the problem is that the percent column is accepting decimal values, i tried using user-defined functions, changing it in textbox data bind property, but nothing seems to work.
I am populating the percent column using the following function:
 public static decimal Qtr(int a)
        {
            return (a /5);
        }

But only numeric values are displayed, I tried formatting options of the textbox too, but no success.

I ve attached the screenshot, please suggest something.

Thanks

Peter
Telerik team
 answered on 11 May 2010
2 answers
137 views
i need to know what type of configuration i need to set in the web Config file to get the axd files rendered on iis7.

after some debug i saw this error on axd script file

 IIS 7.5 Detailed Error - 404.0 - Not Found error.

best regards
Marco Teodoro
Marco Teodoro
Top achievements
Rank 1
 answered on 11 May 2010
1 answer
80 views
Hello,

I have a Telerik report project in Visual Studio 2008, The project worked very good until now, I have a little problem.

The problem :

When I compile, the telerik report project doesn't take the changes that I did in the report.cs....

And more specifically when I change things into the procedures like this below, the telerik report project doesn't what it should do, It does what there was previously in the procedure.

        public static object FormatFrequency(object valor, object unit) 
        { 
            if (unit.ToString() == "TIME") 
            { 
                String CM_Frequency_TIME = xxx.ResourceManager.GetString("CM_Frequency_TIME", CultureInfo.CreateSpecificCulture("fr")); 
                return valor.ToString() + " " + CM_Frequency_TIME; 
            } 
            else if (unit.ToString() == "TIME_HOUR") 
            { 
                String CM_Frequency_TIME_HOUR = xxx.ResourceManager.GetString("CM_Frequency_TIME_HOUR", CultureInfo.CreateSpecificCulture("fr")); 
                return valor.ToString() + " " + CM_Frequency_TIME_HOUR; 
            } 
            else if (unit.ToString() == "DISTANCE") 
            { 
                String CM_Frequency_DISTANCE = xxx.ResourceManager.GetString("CM_Frequency_DISTANCE", CultureInfo.CreateSpecificCulture("fr")); 
                return valor.ToString() + " " + CM_Frequency_DISTANCE; 
            } 
            return valor.ToString(); 
        } 


Some ideas??
Thanks,
Daniel Botero Correa
Steve
Telerik team
 answered on 11 May 2010
4 answers
119 views
Hi~
I have another question.
Because i afraid cannot correctly describe my question.
So i cut my screen to express my question
Hope u guys can understand and help me to solve my problem.

pic1: DesignView i'm wondering to know , is anything wrong with my table in this project?
http://ppt.cc/2-98
pic2: correct Resoult(i want every page can have this "title table" when cross page happen)
pic3: unfortunately,page 2 show error. 

If i put a table without any merged cell,there is another problem with "Object reference not set to an instance of an object"

Thanks ^_^

Steve
Telerik team
 answered on 11 May 2010
2 answers
319 views
Hi,

Is it possible to bind a ReportFilter.In operator's datasource to an Enum? e.g.

parameter.AvailableValues.DataSource = Enum.GetNames(typeof(CompletionStatus));

I am binding to an ICollection of DTO's hence the field value will be an enum. 

I get the following error:

The expression contains object 'CompletionStatus' that is not defined in the current context.



Many thanks
Stuart
Top achievements
Rank 1
 answered on 10 May 2010
1 answer
104 views
Hi,
   I am using a new font name(Eras Bk Bt)  in report.This font name is displayed in the browser but when i export to pdf new font name is not supported.

Regards,
Narmi.

Peter
Telerik team
 answered on 10 May 2010
1 answer
57 views
a suggestion.  perhaps this is already on the enhancement list somewhere.

when Im working on a report and im zoomed or the width of the report goes beyond the width of my monitor, sometimes I need to move a control to the far left or far right of my report.  in most other report IDEs, if you drag a control to the edge of the screen, the screen will scroll.  this allows you to move controls easily without having to pick-up / drag / drop / scroll / pick-up / drag / drop / scroll ... etc...
Svetoslav
Telerik team
 answered on 10 May 2010
3 answers
203 views
I attempted to create a Windows service to host the Telerik.Reporting.Service.ReportService. Everything seemed to work fine until I tried to start the service, and received this error:

"Service cannot be started. System.InvalidOperationException: This service requires ASP.NET compatibility and must be hosted in IIS.  Either host the service in IIS with ASP.NET compatibility turned on in web.config or set the AspNetCompatibilityRequirementsAttribute.AspNetCompatibilityRequirementsMode property to a value other than Required."

Can we please have a build that does not require IIS/AspNetCompatibility? I am building a Silverlight application, so the ASPX compatibility is not important for me. We were thrilled to see the Silverlight report viewer, thinking we could eliminate IIS as a requirement. This is the final obstacle that must be resolved to use Telerik Reporting in our application.

Regards,
Brian
Damian Slee
Top achievements
Rank 1
 answered on 10 May 2010
6 answers
631 views

Hi.

 This is suriya,

Now i have a problem in rendering the output in pdf., i.e., in runtime i display some of the rows in BOLD Font for my comfortable..

but in the output it is rendered correctly., but when i try to take printout or render the output in the pdf means it is display ine the ordinary

font.,

plz rectify my problem very fast..

Bye..

By

Suriya

Narmatha P
Top achievements
Rank 1
 answered on 08 May 2010
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?