Telerik Forums
Reporting Forum
3 answers
197 views
I'm trying to style the last row on each page, and the last row in the report. I'm closing off a bordered box that contains all the data. I need some help setting up the filter, as I'm pretty new at reporting.

I've used examples like this before:
alternateRowsRule.Filters.Add(new Filter("= RowNumber()%2", FilterOperator.Equal, "=1")); 


Can someone help me create a filter that will capture the rows I need?

Thanks!
James
Steve
Telerik team
 answered on 03 Feb 2010
6 answers
381 views
Hi guys,

I have a standard report that includes a grouping. In the groupfooter I have a textbox that calculates the SUM of one of the columns. This is all fine but what I'd like to do is format that item, specifically it's an integer that I'd like to transform to HH:MM:SS format (i.e a Time format). So the text-box has the value of =SUM(duration) which currently shows the integer 120 and I'd like to make that look like 00:02:00 (i.e 2 minutes). I thought of using the itemdatabound event for the groupfootersection but I'm unable to get the reference of the specific textbox for that group (when I change the value in the text box I it seems to effect them all).

Is what I'm trying to achieve possible?

Thanks in advance.
Steve
Telerik team
 answered on 03 Feb 2010
1 answer
119 views
hi
i don't want to use wizard to attach a dataset to my report page.

i want to write some query in code and return a dataset and send this dataset to page. but in report form i don't see my returned field
in dataExplorer to arrange page and border an ... .because i dp'nt use wizard.

how can i do? is it possible?
Peter
Telerik team
 answered on 03 Feb 2010
5 answers
320 views
Hi,

We are currently implementing  telerik report into our application and found that print function doesn't print.
I tried the online telerik demo site (http://demos.telerik.com/reporting/sales-dashboard/demo.aspx) and click on the print icon. There isn't anything come out the printer? I tested it with IE 7 and Google Chrome. Please help we have next week release date!

David
Steve
Telerik team
 answered on 02 Feb 2010
2 answers
161 views
The crosstab control is grouping data in the first column. I think its great functionality, but my client hates it and I cannot figure out how to un-group the data.

The attached image is taken from the trouble ticket my client submitted. This not only happens in the exported Excel file, it happens when the report is generated, and in all export types.

How do I get rid of this grouping issue?
David Silveria
Top achievements
Rank 1
 answered on 02 Feb 2010
0 answers
86 views
Hi

I am using object data source to bind datas to telerik report,But the collection may change in their no of items,so as per the number of
items in the collection dynamically add columns to telerik report,how it is possible to generate dynamic columns in telerik report
with respect to the collection of object.Looking forward for your reply.

Alex Baby
Top achievements
Rank 1
 asked on 02 Feb 2010
1 answer
240 views
Hi Telerik,
I have a report viewer that display database table in Chart Item format.
When using the Export  function(for example export to excel) in the reportviewer, I got a excel file, which will have chart Item inside.
Right now, instead of the chart item in the exported excel file, I would like the actual database table content to be exported to the excel file. Can I make this work and how to make it work?

Thanks a lot!

Qixiong
Steve
Telerik team
 answered on 02 Feb 2010
8 answers
1.0K+ views
Hi,

It seems it should be so simple to get multiple columns in a report

The online demo at

http://demos.telerik.com/reporting/examples/producttags/defaultcs.aspx

supposedly shows multiple columns but I can't see any.

I have created the simplest report I can think of, ie a text box in the heading & text box in the detail.
The text box in the detail is 2 cm wide & the report width is set to 6 cm so no overlaps as per tutorial suggestion so I would expect to get at least 2 columns on the page (yes the number of columns is set to 2)

I cannot get it to print multiple columns.

Any suggestions?

Thanks,

Andreas




Steve
Telerik team
 answered on 02 Feb 2010
3 answers
128 views
Hi,

By setting the DataSource in my server-side Report constructor, I am able to retrieve the report in my Silverlight viewer.

In order to pass in parameters, I understand that I am supposed to set the DataSource to null in the constructor and override OnNeedDataSource. 

When I do this and set the DataSource in OnNeedDataSource, the report displays within the Silverlight client with no data at all.

        public OperatingIndicators()        // CTOR
        {
            InitializeComponent();
            DataSource = null;
        }
        protected override void OnNeedDataSource(object sender, EventArgs e)
        {
            this.DataSource = GoGetMyData();
        }

Using the debugger, I see that OnNeedDataSource is called and I can see that the parameters are passed in successfully and the DataSource is correctly loaded with data. 
 
I am using Telerik.Reporting.Service.ReportService, version 3.2.9.1211 on the server.
and Telerik.ReportViewer.Silverlight version 3.2.9.1211 on the client.


Peter Hepp
Top achievements
Rank 1
 answered on 02 Feb 2010
3 answers
130 views
HI all
I am a beginner of silverlight and reportViewer,
I use the RadGridView to show my data,
and i want to print the data by ReportViewer,
how to put the grid or the date to ReportViewer directly?

wang zhong
Top achievements
Rank 1
 answered on 02 Feb 2010
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?