This is a migrated thread and some comments may be shown as answers.

Calling RadWindow from Microsoft.ReportViewer control

1 Answer 69 Views
Window
This is a migrated thread and some comments may be shown as answers.
Suganthi
Top achievements
Rank 1
Suganthi asked on 27 Mar 2009, 01:11 PM
We are currently accessing SSRS reports using Microsoft.Report Viewer control.

In web application we are trying to open rad modal  window from the row item displayed in the ReportViewer . Also we  are using rad window manager to open the rad window and the skin type as Vista.
The below message is displyed in a blank page, instead of opening the requested url in window.radopen().

object [RadWindow id=RadWindowClass3001].

Kindly let me know the solution for this problem. Also is it possible to access rad window from Microsoft.ReportViewer control.

Thanks,
Suganthi

1 Answer, 1 is accepted

Sort by
0
Tervel
Telerik team
answered on 30 Mar 2009, 01:05 PM
Hello Suganthi,

The provided information is not enough for us to determine the problem.

From the message it is clear that your code gets executed - the info you see is the result of the RadWindow object being evaluated in the context of a string (because this is the result of its toString() method being called).

One possibility is that you have constructed your statement incorrectly and you have a + sign in it that causes the RadWindow to be evaluated as a string.

We will be able to provide you with more information if you open a support ticket with your project, or at least post your client-side RadWindow invocation code here.


Greetings,
Tervel
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Window
Asked by
Suganthi
Top achievements
Rank 1
Answers by
Tervel
Telerik team
Share this question
or