Prerequisites:
Test Case:
Expected: MultiSelect should display fine besides Telerik Report.
Actual: MultiSelect Displayed with corrupted style.
You can check and review my screen shoots for packages used and multiselect with report and without display.
Hi, I'm using Telerik.Reporting, Version = 11.1.17.614. I'm looking for examples of 'Table of Content 'in telerik. I can't find any example of how to use the 'Table of Content' on the pages you refer. How is the 'Table of Content' structure prepared? How is it included in the report? Is it possible for you to share an example project? There is a demo on these page (https://docs.telerik.com/reporting/table-of-contents , https://demos.telerik.com/reporting/report-book) , but no code is available. Could you share sample code on 'Table of Content'?
Hi everyone,
I need to create a report, and i need to add a picture with full width size of the report itself and underneath it i need to add a list of items. This list must not overflow in another page, so the table must be on the same page. Using the pagesettings -> columncount option of the report i can archieve this, but the picture has to be contained in the same "column body" of the report. Is there a component that allows me to create a single table list that overflows the elements on the same page (divided by columns like the pagesettings described above)? How can i archieve this?
Regards, Francesco
Hi,
Is it possible to export a report to excel using a sqldatasource, without considering the layout , groupings we have drawn inside the telerik report designer.
We need to use a same report to export both pdf and Excel. But in Excel we dont want to see the groupings etc.
We need to show the flat data like in oracle reports delimited data
Thanks,
Hi,
In my project I have a report with the name Report1.cs .
Obviously it isn't so easy as it seems to be to rename a report in a ReportLibrary.
Right click with mouse and then rename.
From Report1.cs to "ReportTemperature.cs".
So far so good.
But when I run my project I get a obstinate error.
Please see the attachement.
The funny thing is ...The file does not exist in the folder.
Has anyone experience with this thing?
I am converting our current reports from Aspose to Telerik because our version of Aspose is way out of date and upgrading costs thousands of dollars. We currently have sales order totals in our invoice header and it lists packing fees, tax, shipping, discount, subtotal, etc.. However, charges are only displayed if they are greater than 0 so you could have any combination of these items listed. So, I thought I would just put a table in the header to pull a list of relevant items from the database. Simple, right? Why can't I add a table to the report header and what am I supposed to do to display my data?
This appears to be a new problem with VS2017 (15.0.0+ 26228.10) and Reporting R1 2017
We have a large project that has worked well with VS2015, but after migration to VS2017 we are seeing the designer crash when we try to open a Value editor (Edit Expression) when the project has a User Function defined.
I tried to add this one user function to the Sample report project downloaded from Telerik (CSharp.ReportLibrary)
public static class OurCompanyFunctions
{
[Function(Category = "Testing", Namespace = "OurCompanyNameSpace", Description = "What will happen?", IsVisible = true, Name = "FunctionName")]
public static string ValueIsNull(object val)
{
return "did it work?";
}
}
I tried to change the "Value" on a Text box by opening the Edit Expression editor.
Here is the Exception in the event log
Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ArgumentNullException
Server stack trace:
at System.Linq.Enumerable.Cast[TResult](IEnumerable source)
at Telerik.Reporting.Design.Common.Utils.AggregateFunctionHelper.GetAggregateFunctions(IServiceProvider provider)
at Telerik.Reporting.Design.Common.ExpressionBuilder.CategoryAdapter.<GetAggregates>d__28.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at Telerik.Reporting.Design.Common.ExpressionBuilder.CategoryAdapter.FillAggregates(Category funcCategory, IServiceProvider provider)
at Telerik.Reporting.Design.Common.ExpressionBuilder.CategoryAdapter.CreateHierarchy(IServiceProvider provider, Boolean isFieldsTreeVisible)
at Telerik.Reporting.Design.Common.ExpressionBuilder.ExpressionBuilderDialog.LoadCategories(IServiceProvider provider)
at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(System.Runtime.Remoting.Messaging.Message, Boolean)
at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(System.Object, System.Runtime.Remoting.Proxies.MessageData ByRef)
at Telerik.Reporting.Design.Common.ExpressionBuilder.ExpressionBuilderDialog+LoadCategoriesDelegate.EndInvoke(System.IAsyncResult)
at Telerik.Reporting.Design.Common.ExpressionBuilder.ExpressionBuilderDialog.OnLoadCategoriesComplete(System.IAsyncResult)
at System.Runtime.Remoting.Messaging.AsyncResult.SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage)
at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage, System.Runtime.Remoting.Messaging.IMessageSink)
at System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.ThreadPoolCallBack(System.Object)
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
We are using Telerik Viewer in Winform.
Is it possible to change the default layout view from 100% to Whole Page? When we generate the report, we want this option to be selected automatically.