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?
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?
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 ;
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.
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.
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.
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).
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.