Telerik Forums
Reporting Forum
1 answer
125 views
car dashboard show kpi,
Elian
Telerik team
 answered on 18 Oct 2013
3 answers
401 views
Can someone point me to a sample report that uses two Y axis?

I am trying to follow the instructions in the documentation
http://www.telerik.com/help/reporting/graphhowtoaddsecondaryaxis.html
but I keep getting an "object cannot be null" error from the CoordinateSystems dialog at step 2

Thank you for your help.

Elian
Telerik team
 answered on 18 Oct 2013
5 answers
73 views
Hi,

Does the Telerik Reporting Q3 2012 support Drill Down charts?

Thanks...
Peter
Telerik team
 answered on 17 Oct 2013
1 answer
404 views
Hi all-
I am using the following line in a standard text box.
=Fields.[Attorney for Child]+', child's attorney' and I need to escape the apostrophe in child's.
The only thing I could find says to place brackets around the character but that also generates an error.
Any help is appreciated.
Andy
Squall
Top achievements
Rank 1
 answered on 17 Oct 2013
1 answer
147 views
Hi all,

       I have a report with multiple pages, whereas last page contains a letter. all the other pages except last page should have a page border around detail section. when I add the page border it applies to all pages in the report. I tried setting binding expression as well as expression to set the page border color to transparent conditionally by comparing pageNumer = pageCount etc..

this doesnt work at all. would appreciate if u all could help me on this. 
KS
Top achievements
Rank 1
 answered on 17 Oct 2013
1 answer
98 views
With about 60 days of Telerik reporting behind me, i have a new report to do and i'm not sure what is the best solution.  

The report is a sales report by customer.  The client wants to be able to have two date ranges for comparison.  So the report outline would be:
salesman
customer
Date Range 1  (sales, cost, margin)
Date Range 2  (sales, cost, margin)

I know it can be done with a sub-report for DateRange2 but i'm curious whether a List  or something else would be more efficient.  ( Not sure how to link a list since ReportItem object usage is flagged as obsolete)  Or maybe it's two sub-reports?

I also thought about a cube, but  date ranges will not always be the same time frame - i.e. sometimes may be a week, sometimes a month, sometimes 6 weeks.

User input (parameters) would be salesman, startdate 1, enddate 1, startdate 2, and enddate2. Input for startdate2 and enddate2 are not required (that is sometimes the report will be run with one date range and other times may be run with 2 date ranges)

The final criteria is that the margin in the newer date range should have conditional format (green if bigger margin, red if smaller margin)


Appreciate any and all comments.
Stef
Telerik team
 answered on 17 Oct 2013
1 answer
211 views
Hey.
i have a bar chart which has several series. each series has several items.
i need the series name to be displayed in the x axis (instead of the step numbers).

whenever i add a a ChartAxisItem (see attached code), the display is massed up (massed up.png image vs' fine.png).

please provide help.

code:
HiveEventsChart.PlotArea.XAxis.RemoveAllItems();
foreach (var series in HiveEventsChart.Series)
{
	var axisItem = new ChartAxisItem();
	axisItem.TextBlock.Text = series.Name.ToShortString(2);
        axisItem.Appearance.RotationAngle = 30;
        HiveEventsChart.PlotArea.XAxis.AddItem(axisItem);
}

thanks.
Stef
Telerik team
 answered on 17 Oct 2013
1 answer
112 views
Hello,

Perhaps some documentation about implementing the new report viewer?? I would like to add it on my web pages (asp.net) instead the old one and use the code behind to set the report source as before (with of course slight changes when necessary).

Thanks
Chavdar
Telerik team
 answered on 17 Oct 2013
0 answers
209 views
Hi... Greetings for the day....
I want to know is there is any limitation on width and height of report ?
If yes then what ?
if no what happen if i made a report having 145 columns and 90 inch of width ?
Gaurav
Top achievements
Rank 1
 asked on 17 Oct 2013
0 answers
164 views
Hii..
My problem is much same like in This link.
Every time my report shows me time out exception .
 I also Implements IReportServiceClientFactory in my reportviwer's class and provide custum bindin like this :_\

    Function Create(ByVal remoteAddress As Uri) As ReportServiceClient Implements IReportServiceClientFactory.Create

        Dim binding = New BasicHttpBinding()
        binding.MaxBufferSize = Integer.MaxValue
        binding.MaxReceivedMessageSize = Integer.MaxValue
        binding.ReceiveTimeout = New TimeSpan(0, 30, 0)
        binding.SendTimeout = New TimeSpan(0, 30, 0)
        binding.OpenTimeout = New TimeSpan(0, 30, 0)
        binding.TransferMode = TransferMode.StreamedResponse
        Dim endpointAddress As New EndpointAddress(remoteAddress)
        Return New ReportServiceClient(binding, endpointAddress)

    End Function

But nothing seems to be working.... Now i am help less......

One more thing... i am using telerik standalone tool to develop reports so ther is no possibility of needdatasource   i guess ??
Gaurav
Top achievements
Rank 1
 asked on 17 Oct 2013
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?