Telerik Forums
Reporting Forum
5 answers
187 views
Hello,

I started to play with Telerik reporting, it seems very promising.
I would like to know if it's possible to do easily a report that have a HTML table layout, see my screenshot to understand what I mean.

My datasource is a SQL database, I see that you can bind what you want on the report. My question is more about the layout capabilities of Telerik Reporting.

I'm thinking about making one line with textbox inside a panel and try to apply styles. I'm not sure if it's a good solution, it's seems a bit complicated complex. Is there a better solution ?

PS : screenshot sample of the layout desired here






Svetoslav
Telerik team
 answered on 28 Feb 2008
2 answers
240 views
Hi,

I need to use conditional formatting on a report that one field is a DateTime, the condition must be activated when this field take a value less or equal that another DateTime.

But the filters works with String only, how cold I make a filter work with DateTime?

Exemple of my code:
[code]
FormattingRule formAtraso = new FormattingRule();
rule.Filters.Add(new Filter("=Date", FilterOperator.LessOrEqual, AnotherDateTime.ToString()));
rule.Style.Color = Color.Red;
detail.ConditionalFormatting.Add(rule);
[/code]
Ricardo Cardoso
Top achievements
Rank 1
 answered on 27 Feb 2008
5 answers
243 views

DataSet ds = new DataSet();

ds = dbTools.OragetDataSet(GroupReport.SubReportDataSourceSelectCommandText, "xfe");
subreport.Report.DataSource = ds;

getting error : Object reference not set to an instance of an object.
Any ideas.

Fani
Telerik team
 answered on 27 Feb 2008
3 answers
78 views
The textbox allignment in design view of the report and the allignment in run time are differemt as some of the textbox position is incorrent.
How to solve this?
Svetoslav
Telerik team
 answered on 26 Feb 2008
6 answers
755 views
Hello -
I have a report which includes a couple of items that might not always appear on the report.  The user can select whether to include them on my web page interface.  When I run the report with all textboxes and data fields, it works fine.  But when the user selects to NOT include a couple of the fields, (this is handled via a stored procedure) the report errors out with something like:  The expression contains object 'Description' that is not defined in the current context.

Is there a way for me to dynamically add/remove the textbox control at runtime? 

Thanks
 - will
Hrisi
Telerik team
 answered on 25 Feb 2008
2 answers
135 views
Hi!

Good Day!

I'm using Telerik Reporting Q1 SP1, which is the available release in our license, and I can't create a Telerik Report document.

It always gives me an error of "A file or folder with the name '<filename>' already exists. Please give a unique name to the item you are adding,or delete the existing item first."

I don't have any such file within the project directory, and I have searched for it but no to avail. Is this a bug for this release?

Thanks.
Noel
Svetoslav
Telerik team
 answered on 25 Feb 2008
1 answer
110 views
Hi recently our company brought this product i would like to know is there any option to print report straight to printer pl let me know as soon as possible
Svetoslav
Telerik team
 answered on 25 Feb 2008
2 answers
427 views
I have a master report, and inside it are several subreports. 

Each subreport has its own set of header information for its particular set of records.  (Each subreport is, in effect, a completely new report, and the master report just allows them to all be printed into the same PDF document.)

If the number of records in a subreport spills onto another page, there is currently no way for me to specify that the subreport header needs to also appear on the subsequent pages that show the subreport's data.

Is there a way to do this manually?  Can I specify, for instance, that after every 25 records I want to cause a page break and manually print the headers again, and then continue with the data?

It would so great if subreports could have their own SubreportPageHeader and SubreportPageFooter fields, but until that happens, do you have any creative ideas for a work-around?

Thanks!

Matthew
Chary
Top achievements
Rank 1
 answered on 24 Feb 2008
8 answers
747 views
I am having problems moving Telerik Reporting up to the server.  The Reporting install program says "Visual Studio 2005/2008 is not installed" and won't install.  After installing VS 2008 web developer and c# express, still get the error.  Referencing help on deploying in the manual, it does little to say how or where to copy dll's.  Tried copying the following dlls to the bin folder and get an error of "The http handler needed by the Report Viewer has not been registered in the application's web.config file"

  • Telerik.Reporting.dll
  • Telerik.Reporting.Processing.dll
  • Telerik.Reporting.Interfaces.dll
  • Telerik.ReportViewer.WebForms.dll (web site/application only)
  • Telerik.ReportViewer.WinForms.dll (desktop application only)

The install/deployment of Reporting is horrendous.  Is this product being supported/enhanced at all?  Why would something like this be released to the public without appropriate deployment steps and instructions?

Svetoslav
Telerik team
 answered on 22 Feb 2008
1 answer
146 views

Hello,

I have following 2 problems in telerik report

  1. I am using Telerik Report 2.0. I have taken one Dataset and 2 tables in that dataset.I want all the fields of these two tables on my report but I am getting only first table of dataset through report wizard. so i want to know how to attach two table of one dataset to Telerik Report and set relation between these two table on report.
  2. I have taken one sub report on my main report. To main report I have attached first table of Dataset. I have another second report and i have attached second table of same dataset to this second report. I want to set second report as a report source to the sub report of First main report but in Report source property of sub report I can't get second report, so i want to know how to set reoprt source of sub report of first main report as second report.

Plz post the comment ASAP.

Thanking You.

Ivan
Telerik team
 answered on 22 Feb 2008
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?