Telerik Forums
Reporting Forum
1 answer
83 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
713 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
291 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
724 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
1.0K+ 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
109 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
399 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
131 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
171 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
581 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
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?