Telerik Forums
Reporting Forum
1 answer
247 views
Hi,

I have a Style called "Data" with background color white.
I create a conditional formatting rule and only set the ForeColor to red for example.
Now, I change the style "Data", the background color for example to Ivory.
Now, when the rule applies, I see the background color of white, that should be Ivory. 

So, apparently the rule creates a copy of the style when creating the rule, and applies a background color that I do not think is part of the rule. I know other applications that do this differently.

I see two options I think are logical:
1) in the style rule, allow a base style to be inputed (data in my example) 
2) When a rule applies, let me say what style to use. So, I have style "data", l create style "DataRule1" and say in my rule that when condition is met, style "DataRule1" must be applied.

Regards,

Erik
Steve
Telerik team
 answered on 19 Dec 2011
2 answers
54 views
I need to create reports in MVC3 and I use telerik, I could give a tutorial or guide to start doing reports

Thanks,
chris
Top achievements
Rank 1
 answered on 16 Dec 2011
1 answer
61 views
Hi,
my report is performed by a crossTable.
I would like to start witn all groups collapsed.
At the moment i get an explosed tableCross with toggle butto for each group. So it is need to collaps
the group manully one by one.
Is it possible (and  how) to start with all crosstable's groups already collapsed?
Thanks
Elian
Telerik team
 answered on 16 Dec 2011
3 answers
637 views
Is it possible to set conditional formatting within a StyleRule? I am attempting to set the background of an alternating row and want to avoid setting the conditional formatting repeatedly. If there is a way to loop through the rows in the code behind and set the conditional formatting based on row index, that would work too. (For example, change Style name from GridRow to AltGridRow if Mod2.)

Any help would be greatly appreciated. I am a little new to the control suite so I appreciate the patience!

Thanks,

Jake
jacob
Top achievements
Rank 1
 answered on 16 Dec 2011
1 answer
253 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
647 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
942 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
90 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
352 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
97 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
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?