Telerik Forums
Reporting Forum
1 answer
231 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
125 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
231 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
206 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
120 views
Telerik report data sources  support Microsoft Analysis Server?
Peter
Telerik team
 answered on 16 Oct 2013
3 answers
195 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
383 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.7K+ 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
248 views
Wpf Project
VS2012(4.5.50709) + Window7
Version : Q2 2013 SP1



Jun
Top achievements
Rank 1
 answered on 16 Oct 2013
1 answer
61 views
Hi--

I am totally new to Telerik Reporting, so pardon me if this already exists and I am unaware of it.

I need a "Description" or "Comment" property added to each Telerik object -- control, section, report... where I can enter comments and documentation.

Thanks,

Dennis
Stef
Telerik team
 answered on 15 Oct 2013
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?