Telerik Forums
Reporting Forum
3 answers
119 views
I am using Silverlight Report Viewer with UseNativePrinting = false.  If Adobe PDF plug-in is not detected then I am prompted to save the PDF file.  Is there a way of detecting this event and prompting the user that they need to install Adobe PDF plug-in?
Steve
Telerik team
 answered on 17 Feb 2012
2 answers
89 views
Hi

I want to create Telerik reports depending on the user's selection of columns from some sort of web form
where the user will select what columns he/she wants to see in the report, and then the report should be generated accordingly.
Can someone tell me if this is possible and how one will be able to do it?

I am new to Telerik reporting and would appreciate some help :)

Regards
Gregory
KobusVisagie
Top achievements
Rank 1
 answered on 17 Feb 2012
3 answers
236 views
Hello,
I'm using newest Telerik Reporting and VS2010. Also I have lib for telerik reports, and WWW separately.
In lib project I have app.config file with named connection string.
In WWW I have web.config file with same name as in lib project.
1) When I'm in designer - it works fine
2) When I run application on my pc with dev server - it works fine.
3) When I publish and move to production server it says:
Unable to establish a connection to the database. Please, verify that your connection string is valid. In case you use a named connection string from the application configuration file, make sure the name is correct and the connection string settings are present in the configuration file of your application.
4) When I copy built application (without publishing) the error is the same

1) I don't use any tranforms, etc when publishing.
2) I use the same connection string name with BLL layer and it works fine.
3) I logged values:
sqlDataSourceForReport.ConnectionString
and
System.Configuration.ConnectionStrings

sqlDataSourceForReport.ConnectionString exist in list of connectionString

Please let me know:
- how to log (debug) exceptions like this
- what can I log to have more info about error (what Telerik was looking for, where, what was found, what missing).
- can IIS settig may have influence to this error?

Best regards, Tomasz
T
Top achievements
Rank 1
 answered on 17 Feb 2012
0 answers
95 views
Hi, I am using Version=5.1.11.713 of silverlight report viewer along with lots of rad control in my application. Many time, I am getting timeout error with a small report. Can you please confirm if there is no such problem with this version. as earlier I was working with wpf reportviewer and getting some cpu utilization issue?

Thanks,
Jai
Jai
Top achievements
Rank 1
 asked on 17 Feb 2012
2 answers
89 views

Hello All,

I've got what I believe to be a fairly simple question, but I am relatively new to the Telerik and VB "community", so bare with me PLEASE.

I've written a union statement that will bring back a report that looks something like this:

Name     Plan      Plan Code
-----------------------------------
Will        1A         XYZ  
Will        2A         ABC
Mary      1A         XYZ
Mary      1A         XXX
Mary       2A        ABC
Sam       1A        XYZ
Sam        2A       ABC

I'm trying to set up a report to identify duplicates.

I would like to identify Mary because she has 2 plan 1A's with different plan codes. Simply to show both the 1A rows for Mary either bolded or italicized, etc. I don't want to remove it because this is for an auditing process for our database. How can I achieve this?


T.I.A.,
B

BryanR
Top achievements
Rank 1
 answered on 16 Feb 2012
2 answers
258 views
Hi Telerik Team,

I have been trying to print id cards as reports in my winforms app. The problem is they feed cards as batch of 10 cards in single sheet. For a member I use two cards from the batch (one for front, one for end of the card). Their question is do they have to waste the remaining 8 cards because they'll always print 2 at a time. So I am wondering if there is anyway to tell report to print to a particular point in paper or if there is a better way please point me to it. Please see attachment.
Thank you. All help is appreciated.
Erkut
Elian
Telerik team
 answered on 16 Feb 2012
1 answer
106 views

upgrade seem to go fine. when building win form app I get this error on most of the telerik reports.

telCompareProperties.resx : error RG0000: Object reference not set to an instance of an object.

IT Manager
Top achievements
Rank 1
 answered on 16 Feb 2012
1 answer
115 views
Hello there,

in my attachment you see a chart which I want to design with Telerik Reporting. The chart itself is no problem, my problem are these "extra" tables on the right.
As you can see, these tables display average values for each Series Bar as number values (1st number), average values for the smaller Bar (2nd number) and two symbols

The difficulty is that the numbers of displayed bars (i.e. SeriesItems) varies. It depends simply on User selection, the user can select 1 up to (theoretically infinite) numbers of series.

Now the Questions:
How can I calculate (dynamically) the Height for the right table rows? It will certainly have to be something like <Plotarea.Heigth>/<Series.Count> but with what offsets?

Is it better to use a Table or try to manually set Textblocks on the report? In that case - what would be the best way to calculate the textblocks positions?

TiA

Markus

Elian
Telerik team
 answered on 16 Feb 2012
8 answers
762 views
Dear,

I have been evaluating Telerik Reporting for one of the my clients. I have developed a report with drill down and i faced following problem.

Actually there is grouping on one Database field and under that field a group exists only for column labels. On Parent group footer's Action I toggle the visibility of detail section,Parent group header section, and label group header section which are initially invisible. This drill down works fine in report designer preview. In web page viewer expension of headers and detail sections works fine but when i want to collapse these back by clicking minus sign I was given following error

 

Server Error in '/WebViewer' Application.

Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index] System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) +64 System.ThrowHelper.ThrowArgumentOutOfRangeException() +15 System.Collections.Generic.List`1.get_Item(Int32 index) +7499588 Telerik.ReportViewer.WebForms.StreamManager.GetStreamInfo(Int32 pageIndex) +41 Telerik.ReportViewer.WebForms.ReportPageOperation.WriteHtmlPage(StreamManager streamManager, Int32 pageIndex) +44 Telerik.ReportViewer.WebForms.ReportPageOperation.RenderReport(String format, IList`1 processingReports, Hashtable deviceInfo, Hashtable renderingContext) +615 Telerik.ReportViewer.WebForms.ReportRenderOperation.PerformOperationOverride() +286 Telerik.ReportViewer.WebForms.ReportPageOperation.PerformOperationOverride() +150 Telerik.ReportViewer.WebForms.HandlerOperation.PerformOperation(HttpContext context, ICacheManager cacheManager) +68 Telerik.ReportViewer.WebForms.BasicHandler.ProcessRequest(HttpContext context) +241 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75 






Please help me.

Regards
Steve
Telerik team
 answered on 16 Feb 2012
13 answers
250 views
Dear Sir,

Thanks a lot for your help. Now We are in need of some methodology for putting the 'brought forward' and 'carried over' in the reports page front and bottom respectively if the records under a group extend a page. How is it possible to achieve this?
For example,

page 1
Group 1  --

1                        15  
2                        10
3                        25

carried over        50
.................................................
page 2
group 1 -

brought forward -- 50

4      ....            10
... and so on.

reply as soon as possible.,

By Suriya

Steve
Telerik team
 answered on 16 Feb 2012
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?