Telerik Forums
Reporting Forum
1 answer
110 views
It seems like TextBoxes don't wrap mid-word, so if there is a long word in a column, it just pushes the rest of the textboxes over in that row (see attached screenshot). Is there a workaround for this?
Steve
Telerik team
 answered on 16 Nov 2010
7 answers
272 views
Hello -
I am new to Telerik Reporting adn I have read a few posts about having to add the control to an ASPX page.  My question:  we use .Ascx user controls/pages, so is it possible to use the Telerik Reporting control on this type of control/page?

Thanks,
 - Will
Steve
Telerik team
 answered on 16 Nov 2010
0 answers
105 views
Hi,

I'm trying to  use Telerik reporting to generate a report which plots the coordinates of an area on a table. I already have the function which converts the lat/long to X, Y values but im having trouble drawing the shape in my report.

Is it possible  to  programmatically create a shape and specify the points (x,y values)  ?
I was able to create the shape programmatically, but it is always displayed as a regular shaped polygon. 

 Please see my sample code below

PolygonShape shape1 = new PolygonShape ();
shape1.addLine (new PointF(0,0), new PointF(2,0));
shape1.addLine (new PointF(2,0), new PointF(3,2));
shape1.addLine (new PointF(3,2), new PointF(1,2));
shape1.addLine (new PointF(1,2), new PointF(0,0));

Shape shape2 =  new Shape();
shape2.ShapeType  = shape1 ;

Thanks




rei
Top achievements
Rank 1
 asked on 16 Nov 2010
10 answers
157 views
I have a need to display tooltips and other overlays on top of the asp.net report viewer elements...is that perhaps doable somehow?

Thanks,
Steve
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 15 Nov 2010
1 answer
153 views
I'm running into trouble and the sample code is not working.  This is the code block and it returns 0 always.  How can this be fixed.  I need to roll this report out and can not do so because of this bug.
= IIf((Fields.QuotedLeads + Fields.QuotedAuditLeads) > 0,(Fields.ClosedLeads + Fields.CloseAuditLeads)/IIf((Fields.QuotedLeads + Fields.QuotedAuditLeads) > 0, (Fields.QuotedLeads + Fields.QuotedAuditLeads),1),0)
Peter
Telerik team
 answered on 15 Nov 2010
1 answer
87 views
Hello and thanks in advice
i'm evaluating the reporting tool.

I've defined a report with 4 text parameter with allowblank setted to true.

In vs2008 when i test the report all the 4 parameter appear with the red asterisk on the right as they are mandatory.
also i can click preview without setting some value to all the parameters.

first question, how can i make the parameter "optional" (without using allownull is better), i mean the user open the report 
click on just one parameter set some text and click preview?

second question, is there any way to force the load of the report  data just on preview click and not on the loading of the container?

is there any best practice about the conditional showing of column in report? i mean based on a user selection showing some column and hiding some other column.

Regards

Fabio
Steve
Telerik team
 answered on 15 Nov 2010
1 answer
237 views
Hello and thanks in advice
i'm evaluating the reporting tool.

I've defined a report with 4 text parameter with allowblank setted to true.

In vs2008 when i test the report all the 4 parameter appear with the red asterisk on the right as they are mandatory.
also i can click preview without setting some value to all the parameters.

first question, how can i make the parameter "optional" (without using allownull is better), i mean the user open the report 
click on just one parameter set some text and click preview?

second question, is there any way to force the load of the report  data just on preview click and not on the loading of the container?

is there any best practice about the conditional showing of column in report? i mean based on a user selection showing some column and hiding some other column.

Regards

Fabio

Steve
Telerik team
 answered on 15 Nov 2010
1 answer
101 views
Hi there,

I'm fairly new to SL and Telerik - so forgive me if this is something basic that I am missing.  Here's my current situation that I just cannot resolve and I have scoured the forum and cannot find an answer either.  I'd appreciate some help.

This example works:
-  I create a Telerik report in Silverlight viewer - it works on local machine; and post to IIS - all works fine
    -- I copied the following DLLs to the BIN directory:  Telerik.Reporting; Telerik.Reporting.Service; Telerik.Reporting.XamlRendering

This example does NOT work:
- I create a Silverlight Business Application - add a new page containing the Telerik Report viewer (same page as above) -- it works on the local machine - I post to IIS - and I get a message in the report viewer:  "An exception occurred during the operation, making the result invalid.  Check InnerException for exception details."
    -- I copied the same DLLs to the BIN directory as above - EVERYTHING is the same - with the exception that this is the Business Application - so the web config is different (but I copied the Service Model stuff same as in first example).

What am I missing?  I can't believe that people aren't using the Telerik Reporting in a SL Business App - so there must be something extra that is needed to make it work in a business app posted to IIS when a regular (non-business app) works fine when posted to IIS.  (I also don't know HOW to check for more details on the 'inner exception' - so if someone could provide specfic instructions for more info on that - I'd appreciate it).

Thanks so much for your help!!
Sandy

Massimiliano Bassili
Top achievements
Rank 1
 answered on 15 Nov 2010
1 answer
551 views
Where can I find working code samples of Telerik reporting ? I need to embed Telerik reporting in  my web application asp.net projetc.
Steve
Telerik team
 answered on 15 Nov 2010
0 answers
88 views
Hi Telerik-Team

Is there any helpfile or example which shows me the different available hatchstyles visually?
What I need is something which indicates both in Bar- and Linecharts whether values have a specific condition (true or false).
The colours already determine another status, that is why I need a second option.

Kind Regards

Fabian Bigler

Fabian
Top achievements
Rank 1
 asked on 15 Nov 2010
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?