Telerik Forums
Reporting Forum
1 answer
68 views
Hi,

I have been tasked with converting the attached report (currently home grown Flex based app) into a Telerik Report. Please note the "image viewer" (at the top of each listing with the "Photo x of x" caption) its a control that lets the user move through a collection of images on the listing.

How would one do this type report in Telerik Reports? Is this entire report actually a sub-report (the listing detail) on then on the sub-report another sub-report (the image viewer)?

I assume the links in the report, that launch another detail report, are done with HtmlTextBox or would it be better to use NavigateTo Url?

Thanks for any suggestions.

Regards,
Steven Hildreth

Peter
Telerik team
 answered on 05 Aug 2011
1 answer
342 views
Hi,
    When using the following Like pattern I get an error.
this.Filters.Add("=Fields.column1", Telerik.Reporting.Data.FilterOperator.Like, "%GRP:**All Admins**,%");

The error Invalid LIKE pattern %GRP:**All Admins**,%

If I remove the : and , from the string then no error is produced but of course no results are returned as : and , are in the column data in the DB. If I do this SQL syntax against the DB then it returns fine
SELECT * FROM mytable where Column1 like '%GRP:**All Admins**,%';

Is there anyway to format this so your like filter will accept it?
Thanks

Peter
Telerik team
 answered on 05 Aug 2011
1 answer
222 views
Hi,
I have a report that is grouped by user that shows a list of their clients.  After each user there is a page break.  At the top of each page it is supposed to print the user name with a line break and then some text.  I cannot for the life of me get this to work as it always prints the first user on every page header.  The users in the sample screenshots are Harry, Larry, and Mary.  To demonstrate, I have put the user name in the address field to show that the grouping is working, but the page header is not.

The code I am using for the textbox in the page header is this:
this.textBox6.Value = "{Fields.UserName}\r\nCLIENT SIGN-IN SHEET";

Any help on this would be greatly appreciated.
Peter
Telerik team
 answered on 05 Aug 2011
3 answers
178 views
Hi

Will there be support for the ".Net Framework 3.5 Client Profile" framework in Telerik Reporting?

Our customers want minimal download and installation time when installing our application.
Our application is deployed using clickonce and we want to tag it to use the "Client Profile" framework.
When we change "Target Framwork" in VS, Telerik Reporting stops working and we can not compile our project :(

Regards
Per
Steve
Telerik team
 answered on 05 Aug 2011
3 answers
92 views
I am working on an application which produces some charts to view the data. I am using the WPF RadChart for the display. I also have reports created from the same charts. My customer want the same look of the RadChart in the reports.

Is there a way to have a WPF RadChart in a report?

Is there a way to render a WPF RadChart off screen and then export to PNG so I can display the PNG in the report?

Thanks
Steve
Telerik team
 answered on 04 Aug 2011
1 answer
142 views
Hi,
    when using the FilterOperator.NotLike the following error appears: Specified argument was out of the range of valid values. Parameter name: NotLike

this.Filters.Add("=Fields.title", Telerik.Reporting.Data.FilterOperator.NotLike, "%test%");

if I change the operator to like it does work
this.Filters.Add("=Fields.title", Telerik.Reporting.Data.FilterOperator.Like, "%test%")

It does not matter what i put in as the value for NotLike I get that error. If I put an empty string in as the value then I do not get an error and all results show as expected.
Is this a bug with NotLike or am I doing something wrong?
Thanks
Steve
Telerik team
 answered on 04 Aug 2011
0 answers
126 views
Hi there,

Each time the ReportViewer is displayed a user should select PageSetup Dialog, clear margin values (left, top, right, bottom) and set portrait view.
That should be annoying users.
Is there a way how to: once it's set, then keep that details and load each time the app is loaded?

Found: Report.PageSettings Property
Роберт
Top achievements
Rank 1
 asked on 04 Aug 2011
1 answer
186 views
What is the syntax for the conditional formatting dialog to have the style in one textbox change based on the value of another textbox?

I have tried:

=textBox1.Value < =textBox2.Value
=textBox1 < =textBox2
textBox1.Value < textBox2.Value
textBox1 < textBox2
=Fields.textBox1 < =Fields.textBox2
Peter
Telerik team
 answered on 04 Aug 2011
1 answer
137 views
watermark in reporting example 
Steve
Telerik team
 answered on 04 Aug 2011
0 answers
104 views
In my telerik report (which was originally designed to display as PDF), I have added the renderformat as HTML if a property is set to true. In the Render method inside the designer class, I check whether the property is true. If true, I make the Page footer section visibility as false before invoking -

 

 

processor.RenderReport(reporter.RenderFormat,this, null).DocumentBytes;

 

(reporter.RenderFormat will be either PDF or HTML. This is also set based on the above said property)
So when I view it as HTML (I convert the byte array as given below:
System.Text.UTF8Encoding enc = new System.Text.UTF8Encoding(); 
lblRecordContent.Text = enc.GetString(value);

 

 ),
I have two problems.

1. Page footer section is still shown which is not required in case of HTML view.

 


2. I get a javascript error
   
<script type="text/javascript">
var PageInfo = [%PageNumber%, %PageCount%];
var BookmarksOnPage = new Array(%BookmarksOnPage%);
</script>

Kindly help me on these issues.

Thanks
George
Top achievements
Rank 1
 asked on 04 Aug 2011
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?