Telerik Forums
Reporting Forum
3 answers
692 views
Is there any way to reduce export options from javascript or Html configuration to reduce number of export options? I just want to do that on HTML or javascript.

Regards
Marcin
Peter
Telerik team
 answered on 12 Feb 2014
1 answer
84 views
Hello, 

We're using reporting on a website and we periodically need to run administrative reports that take 2-5 minutes to run and are fairly heavy hitting on the server. 

I'm wondering what the best way is to do that... Should I run them in another thread and save them to the server? If so, any examples of how to do that? Is there some other preferred method? 

Thanks, 

Mike 
Peter
Telerik team
 answered on 12 Feb 2014
5 answers
178 views
Hello,

I have searched the forums, but can't seem to find an answer to this problem.  I'm designing a report that is a bit tricky; I'm trying to get the data to populate two sections of the report from multiple data records.  It would seem logical to have multiple detail areas that could be filled to accomplish this layout; but I can't figure out how to do this...

I'm using the designer within Visual Studio.

See below for a generic example.

Sample layout using 3 data records:

Detail Section

Fields.Pool[From record 1]    Fields.Value0[From record 1]  
Fields.Pool[From record 2]    Fields.Value0[From record 2]  
Fields.Pool[From record 3]    Fields.Value0[From record 3]  

Fields.Value1[From Record 1]    Fields.UserName[From record 1]  
Fields.Value1[From Record 2]    Fields.UserName[From record 2] 

Fields.Value1[From Record 3]    Fields.UserName[From record 3] 

Thanks for taking the time to look at this; if you have any ideas on how I can accomplish this, I'd be very grateful!

-Chuck

ChuckRock
Top achievements
Rank 1
 answered on 12 Feb 2014
3 answers
359 views
Hey guys,

I'm stuck on how to do this.  I've tried designing a report and then looking at the code in the Initialize but it's not working out for me.  So I'm asking for an example on how to build the table at runtime and adding it to the Report's detail section.

I have all this working in Q2 2012 version but when upgraded to Q3 2013 nothing works.  I am aware that the grouping has changed.  The only reason we've upgraded from 2012 to 2013 was to get rid of the haunting "Out of memory" exception error.

Glenn
Nasko
Telerik team
 answered on 12 Feb 2014
2 answers
107 views
Hi, i have a report, the designer is here http://postimg.org/image/dwdj0tggx/

SubIntern (in left column), is shown after SubDetails (in right column)

so i have:

SubExtern - SubDetails
-                    -
-                    -
-                    -
                     -
                     -
SubIntern - SubPeople
-                   - 
-                   - 
                    -
                    -
SubDelivery
-
-
Matteo Beretta
Top achievements
Rank 1
 answered on 12 Feb 2014
10 answers
568 views
I created a report containing a single crosstab.  Is it possible to show a "no data exists" message either inside the empty crosstab or in a textbox elsewhere in the report if the query returns no data?

I'm very familiar with Microsoft Reporting Services where you can set a textbox's visbility based on whether or not a dataset is empty. That textbox would contain the "no data exists" message.  Can I do something like this or display a message right inside the crosstab? 

Thanks for your help.
Rajashree
Top achievements
Rank 1
 answered on 12 Feb 2014
1 answer
112 views
Dear Telerik,

Finally I have got my report working but I just wanted to check with you that I have done it correctly.

In my separate report class project I am hard-coding a value for the parameter ("UserID") - so that I can test it.

On the display page I am using..

 Dim report As Telerik.Reporting.Report = New eReports.MainReport()
 report.ReportParameters("UserID").Value = UsersDB.UserID.ToString       'brings back the logged in users UserID Guid

It works and overrides the hard-coded value  but is this correct form please please?

Cheers,

Jack
Stef
Telerik team
 answered on 11 Feb 2014
1 answer
72 views
hi

the url is no longer available. Where can i find this? Thanks

http://demos.telerik.com/reporting/examples/crosstab/defaultcs.aspx
Stef
Telerik team
 answered on 11 Feb 2014
1 answer
173 views
Hey,

When using the Visual Studio (2013) report designer, is it possible to preview reports where the objects in the report come from an indirect reference?  In this case, I have three projects:

- Web
- Reports
- Domain

The web project has a page (at /Home/Report) that loads a report from the Reports project.  The Reports project contains a repository that returns objects from the Domain project.  This all works swimmingly when running the report in the web site in a browser.  However, when I try to preview that report, I get the following error:

An error has occurred while processing Table 'crosstab1': Could not load file or assembly 'ReportingTestProject.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

In another thread, there's a mention that the "report constructor is executed in the context of the Visual Studio application, so the current application is devenv.exe [and] any ... references to your DAL should be ... present in the same folder."
   In this case, does this mean that these DLLs are required to exist in either the same folder as deveng.exe (or in the GAC)?  Neither of those two are an appealing option, and I'm hoping for an alternative.

Here's an example project with this setup.
Stef
Telerik team
 answered on 11 Feb 2014
4 answers
937 views
Hi

I have a WPF project that uses the Q3 2013 SP1 telerik reporting and Telerik UI for WPF v2013.3.1316.45 binaries and am getting a XamlParseException when the ReportViewer control is initialised. 

The exception message and stack trace are as follows

"'The invocation of the constructor on type 'Telerik.ReportViewer.Wpf.ReportViewer' that matches the specified binding constraints threw an exception.' Line number '8' and line position '10'."

at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at ReportViewerTest.MainWindow.InitializeComponent() in c:\Users\PeterGleeson\Documents\VisualStudio2013\Projects\ReportViewerTest\ReportViewerTest\MainWindow.xaml:line 1
at ReportViewerTest.MainWindow..ctor() in
c:\Users\Peter Gleeson\Documents\Visual Studio 2013\Projects\ReportViewerTest\ReportViewerTest\MainWindow.xaml.cs:line 25

I have created a simple sample project that replicates the issue on my computer. In creating this project I took the following steps

1. included Telerik.Windows.Controls.dll, Telerik.Windows.Controls.Data.dll, Telerik.Windows.Controls.Input.dll, Telerik.Windows.Controls.Navigation.dll
2. In the MainWindow.xaml file I located the ReportViewer in the toolbox and dragged it onto the UI. This step automatically added Telerik.Reporting.dll and Telerik.ReportViewer.Wpf.dll.
3. Ran the project.

The project can be downloaded from (removed).

A quick response would be much appreciated as we have an upcoming release

Pete








Peter
Top achievements
Rank 1
 answered on 11 Feb 2014
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?