Telerik Forums
Reporting Forum
1 answer
103 views

Hi,

I am interested in ​telerik reporting tool.

My requirement is as follows:

We have web site developed in Asp.Net MVC. Back end SQL Data base(2012 R2) .

Now we need to integrate the reporting module to the existing web site and below are the requirement, can you please provide more information if the below requirements will be supported in ​Telerik report and also do we need to install Telerik software in different server?

1) Drag  & Drop functionality for the user who login into the site(They should be able to create report on their own)
2) All report types(Chart, Text, PIVOT Table and KPI etc)
3) Different file formats are supported: HTML, Excel, CSV, PDF, XML
4) Reports can be created and sent to browsers, emails, mobile devices
5) Schedule and automated reports 

 

Regards

Sri

Stef
Telerik team
 answered on 12 Sep 2015
11 answers
319 views
Hi,

I have a report with a table,  inside the table are several textboxes.  They are set to grow according to the amount of text inside them.  The row doesn't expand it's height to accomodate.  I'm not sure if this is a text box not growing issue or the row not growing.

Any known issues or pointers to what the problem may be?

Regards

Jon
Stef
Telerik team
 answered on 12 Sep 2015
5 answers
233 views

Hi,

 

I have a main report which has a sub report. 

The main report receives para1 from user's input and talks to the SQL server to get para2 and para3 and pass these to sub-report as parameters. where should I set the breakpoints in visual studio to see the values of para2 and para3?

 

thanks!

 

 

Stef
Telerik team
 answered on 12 Sep 2015
4 answers
108 views
Is it possible to use the report viewer in a Lightswitch project? If so, how?
Stef
Telerik team
 answered on 12 Sep 2015
1 answer
122 views

Hi All,

Firstly, I am not very sure whether I should raise this issue here. So, pardon if I am wrong.

I want to remove the vertical line that shows up in report viewer before the Preview button. Please follow the attached snapshot.

Any help is appreciated.

Thanks,

Anurag

Nasko
Telerik team
 answered on 11 Sep 2015
7 answers
155 views
Visual Studio 2010 started erroring when loading the expression editor. 

I entered the log information into the devenv.exe.config but did not see any entries in the event viewer.  Should I be looking somewhere else?

Here is the error statistics from the debugger:

System.InvalidCastException was unhandled
  Message=Unable to cast COM object of type 'System.__ComObject' to interface type 'IAssemblyCache'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{E707DCDE-D1CD-11D2-BAB9-00C04F8ECEAE}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
  Source=mscorlib
  StackTrace:
    Server stack trace:
       at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, Boolean& pfNeedsRelease)
       at Microsoft.VisualStudio.NativeMethods.IAssemblyCache.QueryAssemblyInfo(UInt32 dwFlags, String pszAssemblyName, IntPtr pAsmInfo)
       at Microsoft.VisualStudio.Design.VSTypeResolutionService.AssemblyEntry.IsAssemblyInGAC(String assemblyNameWithArchitecture)
       at Microsoft.VisualStudio.Design.VSTypeResolutionService.AssemblyEntry.IsAssemblyInGAC()
       at Microsoft.VisualStudio.Design.VSTypeResolutionService.AssemblyEntry.get_Assembly()
       at Microsoft.VisualStudio.Design.VSTypeResolutionService.AssemblyEntry.Search(String fullName, String typeName, Boolean ignoreTypeCase, Boolean allowPrivate, Assembly& assembly, String description)
       at Microsoft.VisualStudio.Design.VSTypeResolutionService.AssemblyEntry.Search(String fullName, String typeName, Boolean ignoreTypeCase, Assembly& assembly, String description)
       at Microsoft.VisualStudio.Design.VSTypeResolutionService.SearchNormalEntries(AssemblyName assemblyName, String typeName, Boolean ignoreTypeCase, Assembly& assembly, Boolean fastSearch)
       at Microsoft.VisualStudio.Design.VSTypeResolutionService.SearchEntries(AssemblyName assemblyName, String typeName, Boolean ignoreCase, Assembly& assembly, ReferenceType refType)
       at Microsoft.VisualStudio.Design.VSTypeResolutionService.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase, ReferenceType refType)
       at Microsoft.VisualStudio.Design.Serialization.CodeDom.AggregateTypeResolutionService.GetType(String name, Boolean throwOnError, Boolean ignoreCase)
       at Microsoft.VisualStudio.Design.Serialization.CodeDom.AggregateTypeResolutionService.GetType(String name)
       at System.ComponentModel.Design.DesignerHost.System.ComponentModel.Design.IDesignerHost.GetType(String typeName)
       at Telerik.Reporting.Design.VisualStudio.VsInterop.DTEProjectItem.<>c__DisplayClass1.<GetTypes>b__0(CodeElement codeElement)
       at Telerik.Reporting.Design.VisualStudio.VsInterop.CodeElementVisitor.Visit(CodeElements codeElements)
       at Telerik.Reporting.Design.VisualStudio.VsInterop.CodeElementVisitor.Visit(ProjectItem projectItem)
       at Telerik.Reporting.Design.VisualStudio.VsInterop.DTEProjectItem.GetTypes(IDesignerHost host, Boolean recursive, TypeSearchCallback searchCallback)
       at Telerik.Reporting.Design.VisualStudio.ReportTypeResolver.GetReportType(IDesignerHost host)
       at Telerik.Reporting.Design.Common.ExpressionBuilder.CategoryAdapter.CreateHierarchy(IDesignerHost host, Boolean isFieldsTreeVisible)
       at Telerik.Reporting.Design.Common.ExpressionBuilder.ExpressionBuilderDialog.LoadCategories(IDesignerHost host)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
    Exception rethrown at [0]:
       at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)
       at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)
       at Telerik.Reporting.Design.Common.ExpressionBuilder.ExpressionBuilderDialog.LoadCategoriesDelegate.EndInvoke(IAsyncResult result)
       at Telerik.Reporting.Design.Common.ExpressionBuilder.ExpressionBuilderDialog.OnLoadCategoriesComplete(IAsyncResult result)
       at System.Runtime.Remoting.Messaging.AsyncResult.SyncProcessMessage(IMessage msg)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
       at System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.DoAsyncCall()
       at System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.ThreadPoolCallBack(Object o)
       at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
  InnerException:
Lasse
Top achievements
Rank 1
 answered on 10 Sep 2015
3 answers
103 views

I am trying to create a project data source for in my reporting project as explained here http://www.telerik.com/help/reporting/data-source-how-to-add-project-data-source.html

Once I finish the wizard and compile, I loose the select command that I have used. If I click configure and go to the wizard again my select command is always empty. Please help.

Raja
Top achievements
Rank 1
 answered on 09 Sep 2015
3 answers
62 views

To meet some layout requirements for displaying a currency value i created a custom control that inherits from a Telerik.Reporting.Panel.
I added two textboxes to it, one left aligned with the currency symbol, one right aligned containing the actual value.
I added a Value (String) property to this custom control that merely gets/sets the Value property on the right aligned textbox inside the panel.

This works nicely, except when i add a binding. An error message states that the path 'Value' is not supported for binding.
I tried to solve this by adding a Bindable(True) attribute to the property declaration, but that doesn't help.

How can i make the Value property on this custom control be bindable?

Michael Bakker
Top achievements
Rank 2
 answered on 09 Sep 2015
3 answers
114 views

Hi Everyone,

I installed the Telerik Reporting Tools today including the Local Demos.

I opened the Examples Solution (CSharp.ReportExamples.VS2013) and had a look at a few reports.

Suddenly, Visual Studio started to feel sluggish and sometimes becomes unresponsive for minutes(!), or does not recover at all.

CPU Usage is up to 100% permanently (as long as VS is open - even after closing the Report File).

 

I did not modfiy any files in the Examples Project.

 

Any suggestions?

 

Thanks

Stef
Telerik team
 answered on 09 Sep 2015
4 answers
298 views

Silverlight project. This report has worked for many months so I'm not sure what has changed. I am re-doing the program so I have made changes but not so much in the report module.  There are many other reports (using different designers and data classes) in the same project that still work, so I do not believe it is a simple reference problem.

 When I run the report I hit the break-point at renderbegin, and my data class is initialized and performs its query with no errors.  The error must be occurring after the data is retrieved, which in this case is an empty list of objects so the report really has little to do data-wise.

 Here is the immediate window dump:

*** ReportProcessor.ProcessReport STARTED ***

*** ProcessReport #0 STARTED ***
An exception has occurred while processing 'ItemReport' item:
System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies. The system cannot find the file specified.
File name: 'System.Windows, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
   at System.Signature.GetSignature(SignatureStruct& signature, Void* pCorSig, Int32 cCorSig, RuntimeFieldHandleInternal fieldHandle, IRuntimeMethodInfo methodHandle, RuntimeType declaringType)
   at System.Signature..ctor(IRuntimeMethodInfo methodHandle, RuntimeType declaringType)
   at System.Reflection.RuntimeMethodInfo.FetchNonReturnParameters()
   at System.Reflection.RuntimeMethodInfo.GetParametersNoCopy()
   at System.Reflection.RuntimePropertyInfo.GetIndexParametersNoCopy()
   at System.Reflection.RuntimePropertyInfo.GetIndexParameters()
   at System.ComponentModel.ReflectTypeDescriptionProvider.ReflectGetProperties(Type type)
   at System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData.GetProperties()
   at System.ComponentModel.TypeDescriptor.TypeDescriptionNode.DefaultTypeDescriptor.System.ComponentModel.ICustomTypeDescriptor.GetProperties()
   at System.ComponentModel.TypeDescriptor.GetProperties(Type componentType)
   at Telerik.Reporting.Processing.Data.ObjectDataDescriptorFactory.CreateDataDescriptor(IObjectDataProvider provider, IEnumerable enumerable)
   at Telerik.Reporting.Processing.Data.ObjectDataEnumerable.<EnumDataObjects>d__0.MoveNext()
   at Telerik.Reporting.Processing.Data.ResultSetAdapter.Fill(ResultSet resultSet, IEnumerable`1 data)
   at Telerik.Reporting.Processing.Data.SimpleDataProvider`1.Execute(MultidimensionalQuery query)
   at Telerik.Reporting.Processing.Report.ResolveData()
   at Telerik.Reporting.Processing.Report.ProcessItemCore()
   at Telerik.Reporting.Processing.Report.ProcessItem()
   at Telerik.Reporting.Processing.ReportItemBase.ProcessElement()
   at Telerik.Reporting.Processing.Report.ProcessElement()
   at Telerik.Reporting.Processing.ProcessingElement.Process(IDataMember dataContext)

=== Pre-bind state information ===
LOG: User = CPU-KEN\Ken
LOG: DisplayName = System.Windows, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
 (Fully-specified)
LOG: Appbase = file:///C:/Documents and Settings/Ken/My Documents/Visual Studio 2010/Projects/MyProject/Project.Web/
LOG: Initial PrivatePath = C:\Documents and Settings\Ken\My Documents\Visual Studio 2010\Projects\MyProject\Project.Web\bin
Calling assembly : CCiRaterClassLibrary1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Documents and Settings\Ken\My Documents\Visual Studio 2010\Projects\MyProject\Project.Web\web.config
LOG: Using host configuration file: 
LOG: Using machine configuration file from c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Post-policy reference: System.Windows, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
LOG: The same bind was seen before, and was failed with hr = 0x80070002.

*** ProcessReport #0 DONE in 00:00:00.0934990 ***

*** ReportProcessor.ProcessReport DONE in 00:00:00.0956129 ***


*** RenderReport #0 STARTED ***
*** RenderReport #0 DONE in 00:00:00.0014451 ***

 Attached is screen shot showing the error:

Stef
Telerik team
 answered on 08 Sep 2015
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?