Telerik Forums
Reporting Forum
0 answers
123 views
Hi,

I have a problem in impleminting the following code (Which is belongs to the RadGrid ASP.NET AJAX control) uisng the Reporting Table control:
protected void MainRadGrid_PreRender(object sender, EventArgs e)
{
foreach (GridDataItem dataItem in MainRadGrid.MasterTableView.Items)
{
int previousItemIndex = dataItem.ItemIndex - 1;
if (previousItemIndex >= 0)
{
if (dataItem["Number"].Text == dataItem.OwnerTableView.Items[previousItemIndex]["Number"].Text)
{
dataItem.OwnerTableView.Items[previousItemIndex]["Number"].RowSpan = 4;
dataItem.OwnerTableView.Items[previousItemIndex]["Number"].BackColor = System.Drawing.Color.FromName("#FAF8BB");
dataItem["Number"].Visible = false;
}
if (dataItem["Color"].Text == dataItem.OwnerTableView.Items[previousItemIndex]["Color"].Text)
{
dataItem.OwnerTableView.Items[previousItemIndex]["Color"].RowSpan = 2;
dataItem.OwnerTableView.Items[previousItemIndex]["Color"].BackColor = System.Drawing.Color.FromName("#B6F1FA");
dataItem["Color"].Visible = false;
}
}
}
}

And which event should I use here: ItemDataBinding or ItemDataBoun

Please, I need your help.

Regards,
Bader
Bader
Top achievements
Rank 1
 asked on 19 Feb 2012
9 answers
417 views
Hi..
 To make invoice-report, I need put the "report Footer Section" , on bottom of last page. (its posible the invoice was multiple pages). Or other wise, is,  if its posible plase the "pageFooter-secction" only was visible on last page . ()
 
Best regards from Barcelona-Spain.






manuelmoraga
Top achievements
Rank 1
 answered on 17 Feb 2012
1 answer
253 views

Hello. I use teleric reporting for ASP.NET MVC

  I want to make visibility  of  one report's  parameter is depend from value of  another report parameter.

 If parameter "1"  is equal to "Value1" I need to specify report's conditions with parameter "2", but if  parameter "1"  is equal to "Value2"  parameter "2" is lost sense and I want to hidden it.  (parameter "1" use AvailableValues mode)

Can I implement this scenario? I didn't found parameter changed value event?  Is exist another way

Thank you.

Vladislav

Elian
Telerik team
 answered on 17 Feb 2012
3 answers
149 views
I am using Silverlight Report Viewer with UseNativePrinting = false.  If Adobe PDF plug-in is not detected then I am prompted to save the PDF file.  Is there a way of detecting this event and prompting the user that they need to install Adobe PDF plug-in?
Steve
Telerik team
 answered on 17 Feb 2012
2 answers
107 views
Hi

I want to create Telerik reports depending on the user's selection of columns from some sort of web form
where the user will select what columns he/she wants to see in the report, and then the report should be generated accordingly.
Can someone tell me if this is possible and how one will be able to do it?

I am new to Telerik reporting and would appreciate some help :)

Regards
Gregory
KobusVisagie
Top achievements
Rank 1
 answered on 17 Feb 2012
3 answers
274 views
Hello,
I'm using newest Telerik Reporting and VS2010. Also I have lib for telerik reports, and WWW separately.
In lib project I have app.config file with named connection string.
In WWW I have web.config file with same name as in lib project.
1) When I'm in designer - it works fine
2) When I run application on my pc with dev server - it works fine.
3) When I publish and move to production server it says:
Unable to establish a connection to the database. Please, verify that your connection string is valid. In case you use a named connection string from the application configuration file, make sure the name is correct and the connection string settings are present in the configuration file of your application.
4) When I copy built application (without publishing) the error is the same

1) I don't use any tranforms, etc when publishing.
2) I use the same connection string name with BLL layer and it works fine.
3) I logged values:
sqlDataSourceForReport.ConnectionString
and
System.Configuration.ConnectionStrings

sqlDataSourceForReport.ConnectionString exist in list of connectionString

Please let me know:
- how to log (debug) exceptions like this
- what can I log to have more info about error (what Telerik was looking for, where, what was found, what missing).
- can IIS settig may have influence to this error?

Best regards, Tomasz
T
Top achievements
Rank 1
 answered on 17 Feb 2012
0 answers
112 views
Hi, I am using Version=5.1.11.713 of silverlight report viewer along with lots of rad control in my application. Many time, I am getting timeout error with a small report. Can you please confirm if there is no such problem with this version. as earlier I was working with wpf reportviewer and getting some cpu utilization issue?

Thanks,
Jai
Jai
Top achievements
Rank 1
 asked on 17 Feb 2012
2 answers
130 views

Hello All,

I've got what I believe to be a fairly simple question, but I am relatively new to the Telerik and VB "community", so bare with me PLEASE.

I've written a union statement that will bring back a report that looks something like this:

Name     Plan      Plan Code
-----------------------------------
Will        1A         XYZ  
Will        2A         ABC
Mary      1A         XYZ
Mary      1A         XXX
Mary       2A        ABC
Sam       1A        XYZ
Sam        2A       ABC

I'm trying to set up a report to identify duplicates.

I would like to identify Mary because she has 2 plan 1A's with different plan codes. Simply to show both the 1A rows for Mary either bolded or italicized, etc. I don't want to remove it because this is for an auditing process for our database. How can I achieve this?


T.I.A.,
B

BryanR
Top achievements
Rank 1
 answered on 16 Feb 2012
2 answers
334 views
Hi Telerik Team,

I have been trying to print id cards as reports in my winforms app. The problem is they feed cards as batch of 10 cards in single sheet. For a member I use two cards from the batch (one for front, one for end of the card). Their question is do they have to waste the remaining 8 cards because they'll always print 2 at a time. So I am wondering if there is anyway to tell report to print to a particular point in paper or if there is a better way please point me to it. Please see attachment.
Thank you. All help is appreciated.
Erkut
Elian
Telerik team
 answered on 16 Feb 2012
1 answer
135 views

upgrade seem to go fine. when building win form app I get this error on most of the telerik reports.

telCompareProperties.resx : error RG0000: Object reference not set to an instance of an object.

IT Manager
Top achievements
Rank 1
 answered on 16 Feb 2012
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?