Telerik Forums
Reporting Forum
2 answers
121 views
Hi
I am trying to make a server- side methode to refresh- report button on the ReportViewver in a webpage.

I am using IE and use the newst version og Telerik Report.

I have fund http://www.telerik.com/help/reporting/winforms-report-viewer-serverapi.html, but can`t find a way to put in a method server- side that is called when the button is pushed.

Pls. help me there.

Best Regaards from
Janus S. Andersen
Denmark
Janus Pedersen
Top achievements
Rank 2
 answered on 05 Aug 2009
2 answers
277 views
Hi,

I created a report with only a pageheader, size 0cm and one detail section with several subreports in panels. The sizing seems to fit, at least there are no warning exclamation marks regarding page size, etc.

Nevertheless the report starts on page two.

When I resize the page header and put some text in, it appears on page one, with the detail section still on page two.

I guess I am missing some obvious setting, that currently I am unable to find,

Thanks for helping out


Andreas
Andreas N.
Top achievements
Rank 2
 answered on 04 Aug 2009
1 answer
149 views
I have a report to produce that is an assembly of different sections all merged together with continuous page numbering and a table of contents. Haven't been able to use ANY reporting package to be able to create this report, but wonder if I could make a set of reports and use the Report Book to assemble them into one unit.

Here's what I need to do. Is this possible, or are pieces of this possible?

Title Page (static text)
Blank Page
Table of Contents (approx 3 pages - linked to section headings)
Intro Section (static text 2 pages)
Network Section (dynamic data, in 3 column format, xx pages, section headings linked in TOC)
Provider Section (dynamic data, in 3 column format, xx pages, section headings linked in TOC)
Long Term Care Section (dynamic data, in 2 column format, xx pages, section headings linked in TOC)
Pharmacy Section (static text 1 page)

I need the page numbers to start at page 1 and run through all sections, without gaps.
Steve
Telerik team
 answered on 04 Aug 2009
1 answer
91 views
I've just installed the latest release [Telerik_Reporting_2009_2_701_dev].
The textboxes in the header and footer seem to have a bug.  In design view the formatting is fine but when previewed or generated in the application it wraps or overlaps lines.

Here are two screen shots:


It also effects the report title in the header but the body of the reports seem uneffected.

Thanks,
Gary
Steve
Telerik team
 answered on 04 Aug 2009
2 answers
140 views
Can we use Telerik Reporting to store and load the reports dyanamically?  Our client wants the design of the website to be designed generically to dispaly reports and then allow the reports to be added dynamically storing the report on the file system on the server or possibly store in the database (whatever way will work is fine with the client).  The client does not want to have to re-deploy the website everytime a report is changed or added.

Thank you!
MikeK
Top achievements
Rank 1
 answered on 04 Aug 2009
6 answers
122 views
Could you make the mouse wheel work in the Report Wizard?
Darren
Top achievements
Rank 1
 answered on 04 Aug 2009
1 answer
233 views
Hi,

I'm trying to pass parameter through report default constructor and then bind report controls with values.
After that i get this error:

Server Error in '/' Application.

No parameterless constructor defined for this object.

This is the report code:

Public Sub New(ByVal id As String)

 

InitializeComponent()

 

Dim db As New DataClassesDataContext

 

 

Dim q_worksheet = (From _wo In db.Worksheets Where _wo.WorksheetID.ToString = id Select _wo).First

 

txtBoat.Value = q_worksheet.BoatID

 

End Sub


Is there any other way to use parameters with linq to sql?

Massimiliano Bassili
Top achievements
Rank 1
 answered on 04 Aug 2009
5 answers
238 views
Hi,

We have a web application that recently used the above captioned.  However, during deployment (we've followed the the guidelines stated in http://www.telerik.com/help/reporting/installation-deploying-on-server.html), we encountered an error.

On the browser, it outputs the following:
Server Error in '/ChatterboxTest2' Application.
--------------------------------------------------------------------------------

Security Exception
Description: The application attempted to perform an operation not allowed by the security policy.  To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.

Exception Details: System.Security.SecurityException: The source was not found, but some or all event logs could not be searched.  Inaccessible logs: Security.

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:


[SecurityException: The source was not found, but some or all event logs could not be searched.  Inaccessible logs: Security.]
   System.Diagnostics.EventLog.FindSourceRegistration(String source, String machineName, Boolean readOnly) +665
   System.Diagnostics.EventLog.SourceExists(String source, String machineName) +104
   System.Diagnostics.EventLog.VerifyAndCreateSource(String sourceName, String currentMachineName) +75
   System.Diagnostics.EventLog.WriteEntry(String message, EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData) +205
   System.Diagnostics.EventLog.WriteEntry(String message) +12
   System.Diagnostics.EventLogTraceListener.Write(String message) +17
   System.Diagnostics.EventLogTraceListener.WriteLine(String message) +7
   System.Diagnostics.TraceInternal.WriteLine(String message) +184
   System.Diagnostics.Trace.WriteLine(String message) +4
   Telerik.Reporting.Processing.Timer..ctor(String name) +48
   Telerik.Reporting.Processing.ReportProcessor.RenderReport(String format, IReportDocument reportDocument, Hashtable deviceInfo, CreateStream createStreamCallback, String& documentName) +74
   Telerik.ReportViewer.WebForms.ServerReport.Render(HttpResponse response, String format, Int32 pageIndex) +343
   Telerik.ReportViewer.WebForms.ReportPageOperation.PerformOperation(NameValueCollection urlQuery, HttpContext context) +119
   Telerik.ReportViewer.WebForms.HttpHandler.System.Web.IHttpHandler.ProcessRequest(HttpContext context) +121
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75


And on the Event log:

Event Type:    Information
Event Source:    ASP.NET 2.0.50727.0
Event Category:    Web Event
Event ID:    1314
Date:        7/28/2009
Time:        4:11:33 PM
User:        N/A
Computer:    XPVPC
Description:
Event code: 4010
Event message: An unhandled security exception has occurred.
Event time: 7/28/2009 4:11:33 PM
Event time (UTC): 7/28/2009 4:11:33 AM
Event ID: 25f3904955754ff2b6ac42f9c85523a7
Event sequence: 35
Event occurrence: 2
Event detail code: 0
 
Application information:
    Application domain: /LM/W3SVC/1/ROOT/ChatterboxTest2-7-128932276281734416
    Trust level: Full
    Application Virtual Path: /ChatterboxTest2
    Application Path: C:\inetpub\wwwroot\ChatterboxTest2\
    Machine name: XPVPC
 
Process information:
    Process ID: 480
    Process name: aspnet_wp.exe
    Account name: XPVPC\ASPNET
 
Request information:
    Request URL: http://localhost/ChatterboxTest2/Telerik.ReportViewer.axd?culture=en-US&uiculture=en-US&instanceid=da3949441be24c4097c22bbef4b8b4c8&optype=Report&PageIndex=0
    Request path: /ChatterboxTest2/Telerik.ReportViewer.axd
    User host address: 127.0.0.1
    User:  
    Is authenticated: False
    Authentication Type:  
    Thread account name: XPVPC\ASPNET
 
Custom event details:

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.


Kindly advice how to fix this.  Cheers.

Regards,
Julius



 
Steve
Telerik team
 answered on 04 Aug 2009
1 answer
81 views
I'm trying to build a parent-child-grandchild report.  The parent-child subreport is working OK, I now am trying to add the grandchild subreport in the details section of the child report.  It looks like this is pulling the correct data, but it is not printing in the way I would expect.  It prints a page of the child records then a page of the grandchild records, page of child, page of grandchild.  I need to group the child-grandchild together.

Thanks,
-Sid.
Steve
Telerik team
 answered on 04 Aug 2009
6 answers
220 views
Hello
Well, I have a SubReport that "seems" to work.  However, it only displays data for one parent/master id, not all of the ones in the report. 

I set up my report like the Help file states, except I chose to use stored procedures instead of plain T-SQL query to get the data from our sql server.

The SubReport ONLY seems to display the default value that I set on the Detail Report's SQL Adapter's Parameters property, in design time.  The parameter is an integer (for an ID) and when I set it to any existing ID, the SubReport ONLY shows data for that ID...none of the other ones on the report.  The Master/Parent report passes the parameter and sets it to a value for one of the fields, but apparently this doesn't work or I am doing something wrong.

Any help would be appreciated.
Thanks
 will
Carla Lewis
Top achievements
Rank 2
 answered on 03 Aug 2009
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?