Telerik Forums
Reporting Forum
1 answer
270 views

I need to be able to set the width of the bars, within my report.  In the attached screenshot, you'll see bars that are too narrow.  I'd like to make them as wide as each column would allow, with padding or margin on either side from keeping them from colliding with one another.

The first screen shot is what I was able to produce (telerik-version.png)

The second, is what I would like to produce (target.png).  

 Any help is greatly appreciated!

Regards,
Alex

Nasko
Telerik team
 answered on 14 Sep 2015
1 answer
109 views

We are using Telerik Reporting to generate pdfs on our site.  Everything works as expected for days at a time, then suddenly stops working for all users. When we restart the app pool it starts working again. We are using Q2 2013 SP1 of Telerik Reporting. Any suggestions? (other than upgrading unless you know that this issue was addressed in an update) Here is the error stack:

System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at Telerik.Reporting.Processing.ItemFactory.ResolveRuntimeItemType(Type t)
   at Telerik.Reporting.Processing.ItemFactory.Create(Object itemDef)
   at Telerik.Reporting.Processing.ReportProcessor.ProcessReport(ReportSource reportSource, IRenderingContext processingContext)
   at Telerik.Reporting.Processing.ReportProcessor.ProcessReport(ReportSource reportSource, Hashtable deviceInfo, IRenderingContext processingContext)
   at Telerik.Reporting.Processing.ReportProcessor.ProcessAndRender(String format, ReportSource reportSource, Hashtable deviceInfo, IRenderingContext renderingContext, CreateStream createStreamCallback)
   at Telerik.Reporting.Processing.ReportProcessor.ProcessAndRenderStateless(String format, ReportSource reportSource, Hashtable deviceInfo, IRenderingContext renderingContext, CreateStream createStreamCallback)
   at Telerik.Reporting.Processing.ReportProcessor.RenderReport(String format, ReportSource reportSource, Hashtable deviceInfo)

Stef
Telerik team
 answered on 12 Sep 2015
1 answer
128 views
I am facing issue of sending additional values from html5 javascript report viewer to asp.net web api. I just want to know, how to send additional parameters from html5 javascript reportviewer to asp.net web api and how to read the same at server in c#.
Stef
Telerik team
 answered on 12 Sep 2015
1 answer
562 views

I am usinh HTML5 Telerik Report Viewer to display reports uisng ReportBook feature. I have only one parameter which is appearing on the right hand side of the report viewer as  a combo box. As I don't need multiple selection, I want to display this as a dropdown and on the top of the report viewer.

 This is exactly how it appears ii ASP.Net ReportViewer Control but with Html5 reportviewer its completely different. Will I be able to customize this easily ?

Stef
Telerik team
 answered on 12 Sep 2015
1 answer
129 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
379 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
276 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
133 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
153 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
196 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
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?