Telerik Forums
Reporting Forum
1 answer
287 views
Hi,

I have to develop a report who displays a crosstab.

Data are in the report's datasource and look like this :

ID    prevID     newID
1     toto          tata
2     toto          titi
3     toto          tutu
4     hello        hi
5     hello        bye

Data should be organize like this into the crosstab

toto     tata
           titi
           tutu
           total 3
hello    hi
           bye
           total 2
           TOTAL 5

If anyone can help me, I would be very gratefyl

Bye, Kévin

Elian
Telerik team
 answered on 16 Dec 2011
1 answer
713 views
Hello,
I am attempting to remove the appearance of the table cell related borders from my table however despite have tried changing all of the border related styles that I can identify they are still there.  I was hoping I could get some suggestions on what I should try / could be doing wrong this seems like it should be pretty straight forward.  I am making use of a report stylesheet / style rules if that makes any difference.  Please see the attached image with the faint appearance of cell borders which I would like to get to go away.  They are most noticeable in the blue table headers but are also visible in the alternating gray lines.

Thanks for any help in advance,
Nick
Hadib Ahmabi
Top achievements
Rank 1
 answered on 16 Dec 2011
3 answers
997 views
Hi,
We were using following method to get connection string in Crystal Reports:

   private void SetDBLogonForReport(ReportDocument myReportDocument, string[] credentials)
        {
            Tables myTables = myReportDocument.Database.Tables;
            foreach (CrystalDecisions.CrystalReports.Engine.Table myTable in myTables)
            {
                TableLogOnInfo myTableLogonInfo = myTable.LogOnInfo;

                myTableLogonInfo.ConnectionInfo.ServerName = credentials[0];
                myTableLogonInfo.ConnectionInfo.DatabaseName = credentials[1];
                myTableLogonInfo.ConnectionInfo.UserID = credentials[2];
                myTableLogonInfo.ConnectionInfo.Password = credentials[3];

                myTable.ApplyLogOnInfo(myTableLogonInfo);
                myTable.Location = "myDatabase.dbo." + Session["RptView"];
            }
            rptVwer.ReportSource = myReportDocument;
        }

How can we do something similar in Telerik report?
Thank you in advance.
Sumit
Steve
Telerik team
 answered on 16 Dec 2011
1 answer
107 views
Hello.

Is there any way I could use the Telerik.Reporting.Barcodes library to render barcodes in Reporting Services (like this)?

Would it infringe any license?
Steve
Telerik team
 answered on 16 Dec 2011
2 answers
394 views
I'm a little confused on how my company can get the latest version of Telerik Q3 2010 reporting package?  We have 2 license subscription (just recently renewed) but I don't see any way to upgrade our Q2 2010 to Q3 2010 ... is there a download page and/or upgrade page -- all I see is the "Trial Version"?

Thanks, Rob.
Patrick
Top achievements
Rank 1
 answered on 15 Dec 2011
1 answer
124 views
I am showing many reports in ReportBook.
How can I export all reports of reportbook to PDFs at some defined location on single button click.

Can I do it without reportbook open?

I need to export multiple reports on singlebutton click. Clientside I am using Silverlight.
Steve
Telerik team
 answered on 15 Dec 2011
0 answers
160 views
Need hide only one row from group. Group for sample consist of three rows I want to hide second row.

Stanislav Dudnyk
Top achievements
Rank 1
 asked on 15 Dec 2011
5 answers
567 views
Hello,
I am struggling here....  I have created a simple barchart on my report literally all I have done is set the datasource, set the columns to pull the x and y coordinate values from, removed the legend, removed the chart title and applied a "Deep Red" skin.  Now I want to change the color of the bars on the bar graph to a green.  I am not having any luck it seems the skin is overriding my custom setting and while I have seen references to a SkinsOverRideStyles property on the chart in the forums I have been unable to locate it.  Any help is appreciated I am know I am close and the answer is simple it is just not obvious to me.

Thanks for any help in advance.
Steve
Telerik team
 answered on 14 Dec 2011
0 answers
115 views
Hi,

I've seen your tutorial http://blogs.telerik.com/blogs/posts/11-04-12/how-to-telerik-reporting-in-microsoft-lightswitch-beta-2.aspx to integrate a reporting on a lightswitch app.

It's currently working, but I've one little problem with it:

I've to start separately a server which only host the service, it implies to problem:
  • I've to specify the absolute URL in the XAML(this point is very problematic for me, I need at last the possibility to set it in a config file)
  • I've to deploy every time two website

Is there a way to avoid those two problems?

Thank you very much!
Julien
Top achievements
Rank 1
 asked on 14 Dec 2011
1 answer
320 views
I have a report that contains 10 subreports in the details section...all works well except for one thing.

one of the subreports (call it subreport 1) contains a subreport (call it subreport 1a) also. they use 2 different datasources for their data.

subreport1 gets its data (data coming from a custom business object and just fills textboxes, no tables or lists) and all looks prefect.

subreport1a gets its data which has 3 rows  from a different datasource and puts its data into a list on its details section. (data coming from a different custom business object than for its parent).

the problem is that subreport1a instead of showing 3 rows of data shows 6 rows (3 of which are duplicates). I have seen posts that talk about subreports nested in lists or tables but I am not doing that.

any help or suggestions would be greatly appreciated as I dont see anyway to get data to the subreport1a without it being a seperate datasource.

thanks,
richard
Elian
Telerik team
 answered on 14 Dec 2011
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?