Telerik Forums
Reporting Forum
1 answer
115 views

Hi..

      Now i am using subreport .. But the group header section is repeated twice in the master report .. when  report is called in another report with the use of subreport concept , the master report's group header section is displays twice in the preview..

                                  

                         By Suriya Narayanan.,

Steve
Telerik team
 answered on 21 Jan 2009
1 answer
109 views
Hello, i purchased Telerik Reporting Q3 2008 SP1 software. When i try to install on a server windows 2003 it fails cause is trying to find a missing file, i think
<add assembly="Telerik.Reporting.VsPackage, Version=1.5.0.0, Culture=neutral, PublicLeyToken=a9d7983dfcc261be"/>

So i have already the other software version Q2 2007 and appears the missing file, so i copy this file to the new path and it works properly.
Is this correct that what am i doing? Why the new version have not this file but the older one has it? Should i have any problem with the licence?

Thanks.

Regards


 

Steve
Telerik team
 answered on 21 Jan 2009
1 answer
102 views
I have a report that binds a chart and manually builds the ChartSeriesItem collection.

the LegendDisplayMode = ChartSeriesLegendDisplayMode.ItemLabels.

Unfortunately the labels come out blank.   Researching the RadGrid forum it appears that because I am not setting the DataLabelsColumn this is why?   So then there is a solution offered to build the legend in the BeforeLayout event.  Unfortunately I the Charting in Reporting does not have this event.

What might be the way to set the Legend text to the Item labels in this case where I do not use a datasource for the char axis?
Steve
Telerik team
 answered on 21 Jan 2009
2 answers
97 views
Hi I just downloaded the Telerik reporting demo into VS Studio 2008 Express (VB).  I can load the controls into my toolbox.  However when I right-click onto the project, and choose "Add Item"  I do not see the icon for Telerik Report.  I am simply following the example in the "TelerikReporing-LearningGuide.pdf" on page 6 which creates a class.

Any ideas why I cannot see this?

Thanks

RK
ExcelMonkey
Top achievements
Rank 1
 answered on 20 Jan 2009
1 answer
177 views

We currently use Crystal Reports 11.5 in our desktop app and wish to get away from Crystal in the worst way.  Let me explain how we do our reporting with Crystal and hopefully Telerik can perform the same functions we need.

1.       Our support/report team creates a report with Crystal and saves it as a rpt file.  The data source is ole db for sql.

2.       The rpt is imported into MSSQL database as a blob.

3.       Upon selecting the report to run we extract the report to the local file system as report.rpt

4.       Code Snippet to set report connection

ConnectionInfo conInfo = new ConnectionInfo();

conInfo.DatabaseName = DB.m_dbname;

conInfo.UserID = "UserName";

conInfo.Password = "Password";

conInfo.ServerName = DB.m_server;

 

m_rptdoc.SetDatabaseLogon(conInfo.UserID, conInfo.Password, conInfo.ServerName, conInfo.DatabaseName);

DBSelection(conInfo);

crViewer.ReportSource = m_rptdoc;

5.       Then we watch for the print event from crystal. If they print the file we grab the printed version of the file and archive it in the database.

//m_rtpdoc is the crystal report

string keywords = m_rptdoc.SummaryInfo.KeywordsInReport;

foreach (ParameterField pf in m_rptdoc.ParameterFields)

      {

      if (pf.Name == "PatientID" ||

      pf.Name == "POSDocID")

      {

      pf.CurrentValues.Clear();

      pf.CurrentValues.AddValue(ids.IDAtThisLevel(1));

      }

6.       We also watch to see what parameters crystal will ask for and if we already have them we pass them with code behind.

 

Hopefully somebody can shed some light on if this is doable with Telerik.  Thank You

Hrisi
Telerik team
 answered on 20 Jan 2009
3 answers
203 views
Hello Everyone,

I have been tasked to create dozens of reports using Telerik Reporting.  I have created my first report, connected it to a business object and it all works great - the database fields and associated data show up in my report. My problem is in finding the most efficient way to replicate the first report which is a part of a web page that has several filtering options (there is code logic added to the website that influences what the Telerik Reporting component outputs). Every report will follow the same design method - it will have its own filtering options that were added programmatically.

I have noticed that if I use Save As in Visual Studio to create multiple reports (essentially separate classes) I introduce a number of problems in terms of having to go over the code and change variables + there are parts of the report (table adapter) which cannot be copied - you even have notes at the top of the code warning not to edit the code.

What strategy would you recommend that I follow?  It is very time consuming to do every report individually as a good chunk of time goes into making it look "pretty".  I have tried copying the formatted look (in the designer view) of the 1st report into the 2nd report but it seems that every bit of code got transferred as well which forced me to make major edits. 

I have a feeling that your product is not suited for the cookie cutter / assembly line type delivery of a large number of reports.  Am I missing something here?

Thanks on your help.

Sasa
Steve
Telerik team
 answered on 20 Jan 2009
0 answers
106 views
Hi,

How to Navigate the report to another report  in telerik tool.
I need urgent...

srikanth
srikanth
Top achievements
Rank 1
 asked on 20 Jan 2009
1 answer
344 views

I’ve made a report based on data base data. Its title and description are in the database and loads accord to user language.
 How can I assign these values to reportNameTextBox and or other textboxes in pageHeader section.

Thank you very much.

Marcelo Balbuena
Hermes Ingeniería - On Move Soluciones
Valencia - España

Marcelo Balbuena
Top achievements
Rank 1
 answered on 20 Jan 2009
3 answers
122 views
Hi,

I just downloaded Reporting trail version. So far have a great experience and feel good. Now I am try to create chart reports.

Could anyone guide me on how to create a Line Chart? Kind of step by step guide?

Appreciate you time and efforts.

Thanks In Advance

Nirmal Kumar
Steve
Telerik team
 answered on 20 Jan 2009
5 answers
173 views
Hi,

I am using telerik report.it is working fine in my local machine. But when I try to upload to server it was showing me some error like 
System.Security.Policy.PolicyException: Required permissions cannot be acquired.

I copied all dlls also. Can anyone tell me what will be the problem? Is it related to trust level?



Regards,
Jincy
Steve
Telerik team
 answered on 19 Jan 2009
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?