Hi,
We are developing Telerik report using the stand-alone designer, so we need to know about how the sorting and filtering are done in Telerik reporting. Is it a backend or frontend process.?
Hi..
Trying to run a report and I'm getting the following error on
Flom2K18.Reports.TruckbookReport truckReport = new Flom2K18.Reports.TruckbookReport();
Any ideas? thx!
The type initializer for 'Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.EnterpriseLibraryFactory' threw an exception. at Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.EnterpriseLibraryFactory.BuildUp[T](String id, IConfigurationSource configurationSource) at Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.NameTypeFactoryBase`1.Create(String name) at Microsoft.Practices.EnterpriseLibrary.Data.DatabaseFactory.CreateDatabase(String name) at Flom2K18.Reports.TruckbookReport..ctor() in C:\Flom2K18\Reports\TruckbookReport.cs:line 35System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Practices.ObjectBuilder2, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. File name: 'Microsoft.Practices.ObjectBuilder2, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' at Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.EnterpriseLibraryFactory..cctor() === Pre-bind state information === LOG: User = JON_ALIENWARE\jon LOG: DisplayName = Microsoft.Practices.ObjectBuilder2, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (Fully-specified) LOG: Appbase =
Hi..
I updated my DLLs and get the following on ALL my reports.
Any ideas?
thx
SeverityCodeDescriptionProjectFileLineSuppression State
ErrorCS0234The type or namespace name 'Grouping' does not exist in the namespace 'Telerik.Reporting.Data' (are you missing an assembly reference?)Flom2K18C:\Flom2K18\Reports\Age_APsnap.Designer.cs350Active
Hi im using Telerik Report Designer v12.1 trial version, creating simple crostab to display user menu data
that has count total in it, but some of the data get wrong count total
List<
QCObject
> list = new List<
QCObject
>();
list.Add(obj);
Hi,
I'm trying to implement the Telerik reporting engine using Azure functions. When I provide an objectdatasource the ReportProcessor renders with an Exception
The assembly "MyAssembly" is not permitted to be used by an ObjectDataSource section of your application configuration file.
I assume thisis related to AssemblyReferences configuration specified here: https://docs.telerik.com/reporting/objectdatasource#configuration
Azure functions do not support web.config files. Is there any other option to set the AssemblyReferences?
Thanks
Matthias
Hi,
I am not sure that I have designed my report the most efficient way but that is another issue, I currently have a report that displays multiple different parameters from a database each displayed in their own table with their own sqldatasource. This all works fine but like I say, I don't think this is the most efficient way.
My issue is, there is a requirement for one of the parameters to only be displayed depending on the value of another parameter in another table. How would I go about doing this?
Any help/pointers in the right direction would be greatly appreciated.
Thanks
Kristin
Hi Telerik team,
I know actually there is no native support for localization in standalone report (contrary to visual studio report).
I wondered if this feature will be implemented in a near future or if it is not planned for the moment.
Thanks a lot for your feedback.
Yannick