Hello
Any take on this problem would be appreciated.
I need to remove a page when a condition is met.
I check the condition in detail_ItemDatabound as:
private void detail_ItemDataBound(object sender, EventArgs e)
{
if (true)
{ Telerik.Reporting.Processing.DetailSection section = (sender as Telerik.Reporting.Processing.DetailSection);
section.Visible = false; //this naturally only blanks the detailsection, i need to completely remove current page
}
}
Any hint??
regards
Mark
Error creating report document (Report = Hotel.H_Reservation_Report, Enterprise.Reports; Format = HTML5Interactive): Client
with
ID
'201112-bb07'
not found. Expired.
It looks to me some caching related error as it says "Expired". Any idea how to get rid of this in particular to multiple server installation?
Appreciate any quick help on this.
Thanks,
Chetan
Hi,
I have a Column graph for which I am generating data dynamically based on the hierarchyId. When the user clicks on a bar series, I should be able to pass the hierarchyId (the id that was clicked) and build the graph for the next hierarchy level. I want to set the Navigate to Report Action to the same report passing the hierarchy Id(=Fields.HierarchyId) as a report parameter. When I set this action to a static graph I am able to access the fields. However, I am not able to access Fields information if I build the graph dynamically. Any help on this issue is greatly appreciated. TIA!
Hi,
I have requirement to narrow down letter spacing between letter (textbox) in telerik. Is there any way to deal with that ?
Hi
I am using Telerik Reporting 7.2.14.127 in a WPF application.
I am also using Sqlite database with SQLDataSource class.
I have a few graphs in my report, when one of the datasource is empty all the report crush instead of showing an empty graph(the Series is empty, Daaaa).
I get an error:
An error has occurred while rendering the report: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException()
at System.Collections.Generic.List`1.get_Item(Int32 index)
at Telerik.Reporting.Processing.Graphing.Series.LineSeriesImpl.<RenderShapes>d__c.MoveNext()
at Telerik.Reporting.Processing.Graphing.Series.LineSeriesImpl.Render()
at Telerik.Reporting.Processing.Graphing.Series.Cartesian.LineSeries.Arrange(IMeasureContext context, RectangleF plotArea)
at Telerik.Reporting.Processing.Graphing.GraphAreaArrangers.CartesianGraphAreaArranger.ArrangeSeries(IMeasureContext context, RectangleF plotAreaRect)
at Telerik.Reporting.Processing.Graphing.GraphAreaArrangers.CartesianGraphAreaArranger.Arrange(IMeasureContext context, RectangleF plotAreaRect)
at Telerik.Reporting.Processing.Graphing.GraphArea.ArrangeContent(IMeasureContext context, RectangleRF clientBounds)
at Telerik.Reporting.Processing.LayoutElement.ArrangeCore(IMeasureContext context, RectangleRF bounds)
at Telerik.Reporting.Processing.VisualElement.ArrangeCore(IMeasureContext context, RectangleRF bounds)
at Telerik.Reporting.Processing.LayoutElement.Arrange(IMeasureContext context, RectangleRF finalRect)
at Telerik.Reporting.Processing.Graph.ArrangeDataItemContent(IMeasureContext context, SizeRF finalClientSize)
at Telerik.Reporting.Processing.DataItem.ArrangeContent(IMeasureContext context, RectangleRF finalClientBounds)
at Telerik.Reporting.Processing.LayoutElement.ArrangeCore(IMeasureContext context, RectangleRF bounds)
at Telerik.Reporting.Processing.VisualElement.ArrangeCore(IMeasureContext context, RectangleRF bounds)
at Telerik.Reporting.Processing.ProcessingElement.ArrangeCore(IMeasureContext context, RectangleRF bounds)
at Telerik.Reporting.Processing.LayoutElement.Arrange(IMeasureContext context, RectangleRF finalRect)
at Telerik.Reporting.Processing.AbsolutePositionLayout.ArrangeContent(IMeasureContext context, SizeRF finalClientSize)
at Telerik.Reporting.Processing.ReportSectionBase.ArrangeContent(IMeasureContext context, RectangleRF finalClientBounds)
at Telerik.Reporting.Processing.LayoutElement.ArrangeCore(IMeasureContext context, RectangleRF bounds)
at Telerik.Reporting.Processing.VisualElement.ArrangeCore(IMeasureContext context, RectangleRF bounds)
at Telerik.Reporting.Processing.ProcessingElement.ArrangeCore(IMeasureContext context, RectangleRF bounds)
at Telerik.Reporting.Processing.LayoutElement.Arrange(IMeasureContext context, RectangleRF finalRect)
at Telerik.Reporting.Processing.StackLayout.ArrangeContent(IMeasureContext context, SizeRF finalClientSize)
at Telerik.Reporting.Processing.Group.ArrangeContent(IMeasureContext context, RectangleRF finalClientBounds)
at Telerik.Reporting.Processing.LayoutElement.ArrangeCore(IMeasureContext context, RectangleRF bounds)
at Telerik.Reporting.Processing.VisualElement.ArrangeCore(IMeasureContext context, RectangleRF bounds)
at Telerik.Reporting.Processing.ProcessingElement.ArrangeCore(IMeasureContext context, RectangleRF bounds)
at Telerik.Reporting.Processing.LayoutElement.Arrange(IMeasureContext context, RectangleRF finalRect)
at Telerik.Reporting.Processing.StackLayout.ArrangeContent(IMeasureContext context, SizeRF finalClientSize)
at Telerik.Reporting.Processing.Report.ArrangeContent(IMeasureContext context, RectangleRF finalClientBounds)
at Telerik.Reporting.Processing.LayoutElement.ArrangeCore(IMeasureContext context, RectangleRF bounds)
at Telerik.Reporting.Processing.VisualElement.ArrangeCore(IMeasureContext context, RectangleRF bounds)
at Telerik.Reporting.Processing.ProcessingElement.ArrangeCore(IMeasureContext context, RectangleRF bounds)
at Telerik.Reporting.Processing.LayoutElement.Arrange(IMeasureContext context, RectangleRF finalRect)
at Telerik.Reporting.Processing.LayoutElement.MeasureElement(LayoutElement elementToMeasure, IMeasureContext context)
at Telerik.Reporting.BaseRendering.RenderingExtensionBase.MeasureReportCore(Report report, IMeasureContext measureContext)
at Telerik.Reporting.XamlRendering.WpfReportInteractive.MeasureReportCore(Report report, IMeasureContext measureContext)
at Telerik.Reporting.BaseRendering.RenderingExtensionBase.MeasureReport(Report report)
at Telerik.Reporting.BaseRendering.RenderingExtensionBase.Render(Report report, Hashtable renderingContext, Hashtable deviceInfo, CreateStream createStreamCallback, EvaluateHeaderFooterExpressions evalHeaderFooterCallback)
A first chance exception of type 'System.ArgumentOutOfRangeException' occurred in Telerik.Reporting.dll
Thanks in advance
Ron
I created a simple CROSSTAB report via the Crosstab wizard. I am making sure that both RowHeadersPrintOnEveryPage and ColumnHeadersPrintOnEveryPage are set to TRUE, yet, it seems that when I print this report, only the COLUMN HEADERS are printing on every page, where as the Row Headers are not. As you can see in the example I have attached, the COLUMN HEADERS are re-printing on every page, but the ROW HEADERS are not ( TOWN & WARD column headers are missing on page 2)
I have made no other changes to the report layout or the data. Is this by design/bug/what?
TIA
Hi,
Please can you add the ability to reorder columns in the report designer by drag/drop of the column headers?
Thanks,
Hello Telerik Team,
I can't make Reporting work in VS 2015 Community. In the designer mode when I choose View->Data Explorer or others nothing happens.
In VS 2013 Community everything is ok. Could you confirm that in VS 2015 the designer is fully supported?
Thank you