Telerik Forums
Reporting Forum
1 answer
92 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
203 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
107 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
192 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
141 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
1 answer
98 views
Telerik report data sources  support Microsoft Analysis Server?
Peter
Telerik team
 answered on 16 Oct 2013
3 answers
162 views
Hi I have installed the Visual studio 2012, then the trial of Telerik reporting and I couldn´t find the way to add the Telerik to the VS toolbar.

Thanx for help
Peter
Telerik team
 answered on 16 Oct 2013
5 answers
335 views

We have the Telerik report view embedded in an MVC app.  We are seeing a UI problem where on the initial load of the report, the page number controls (e.g. "1 of 101") get bumped off the toolbar, making the report viewer look ugly. 

Some observations:

- This only happens in IE9.  Chrome, Firefox and IE8 all work great.
- It only happens when you have > 9 pages in the report.
- If you touch any of the controls on the toolbar, the controls jump back up into their correct position. 

The later point is making this issue difficult to troubleshoot, because if we edit the CSS using IE developer tools, any change to the CSS automatically fixes the problem.  E.g., just the act of changing a CSS element bumps the controls back into place.  But the problem persists on the next load of the report. 

Attached are screen shots of the problem, as well as a screencap of the CSS that's getting applied to the offending DIV tag. 

Stef
Telerik team
 answered on 16 Oct 2013
1 answer
1.6K+ views
Embedded Report Designer in Visual Studio 2012.
While in the stand alone designer the units in the property panel appear in mm, the same units in the Visual Studio Report Designer on the same machine are in inches.
See attached picture.
Where do I change such settings to get units in mm in the VS Report Designer?

Thanks
Nasko
Telerik team
 answered on 16 Oct 2013
1 answer
221 views
Wpf Project
VS2012(4.5.50709) + Window7
Version : Q2 2013 SP1



Jun
Top achievements
Rank 1
 answered on 16 Oct 2013
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?