Telerik Forums
Reporting Forum
2 answers
518 views
Hi,

I was wondering if it was possible to merge all the cell of a row, so this row will have only one cell that will take all the length of the crosstable. I'm not sure if I explain it cleary, so I attached a picture to this post. In this picture, you can see that I have a crosstable group by the sex of a person (so, two groups) and the first group show the actual looks of my report and the second group what it should look like. Is anybody know how to do this ?

Thank you
David
David
Top achievements
Rank 1
 answered on 05 Aug 2011
4 answers
318 views
I just downloaded the latest version of the Reporting tools and noticed that it did not install a Telerik.Reporting.XamlRendering.dll this time.  In the instructions for deploying a WPF application, it still says to include this dll but I don't have it in the reporting dlls or the WPF controls dlls.  Just want to verify that I didn't get something installed incorrectly before I get too far.

thanks!
Sergey
Top achievements
Rank 1
 answered on 05 Aug 2011
3 answers
132 views
After upgrading to q2 release (for Silverlight)  i can't get ReportViewerModel from ReportViewer.

I tried to use 

var reportViewerModel = reportViewer.DataContext as ReportViewerModel;


but datacontext for this control i always null,

then I tried 

var layoutRoot = (FrameworkElement)VisualTreeHelper.GetChild(this.reportViewer, 0);
var rvm = (ReportViewerModel)(layoutRoot.DataContext);


this gives me an error :

Specified argument was out of the range of valid values.
Parameter name: childIndex


I found that before i could use ReportViewerModel constructor. After upgrade i cannot.

I'm trying to use PrintDocumentCommand. Can i do that without ReportViewerModel?
Steve
Telerik team
 answered on 05 Aug 2011
3 answers
694 views
Can the report ouputs be sent directly to .pdf without using the web report viewer?

Thanks!
Adi
Top achievements
Rank 1
 answered on 05 Aug 2011
3 answers
170 views
Hi

I want to send some parameters from SL ReportViewer and want to access them in the Report Code behind. Please let me does it support to access the parameters from report code behind.

I have written teh follwoing in xaml code behibd.

private void RepViewer_RenderBegin(object sender, Telerik.ReportViewer.Silverlight.RenderBeginEventArgs args)
        {
            args.ParameterValues["key1"] = 3;
        }

And in the report i tried to acces in the following way.

public Report1()
        {
            InitializeComponent();
            var abc = this.ReportParameters[0].Value;
        }

But its showing the value of abc as null.

Please let me know whether its possible to use value in the code.

Thanks in advance
Ravindra
Steve
Telerik team
 answered on 05 Aug 2011
1 answer
58 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
274 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
213 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
144 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
82 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
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?