Telerik Forums
Reporting Forum
5 answers
247 views
Hi, iv been trying to pass a parameter to the ReportViewer report from my silverlight client. I came across this http://blogs.telerik.com/blogs/posts/09-12-07/programmatic_initialization_of_report_parameter_values_in_telerik_reporting_silverlight_viewer.aspx
but cannot get it to work. Keep getting error 'expects parameter @TenantsID which was not supplied'

I have a parameter in the report called @TenantsID which is an Integer. Below is my code(vb) to replace it.

Public Sub New(ByVal strReportName As StringByVal intReportParam As Integer
        InitializeComponent() 
 
        mstrReportName = strReportName 
        mintReportParam = intReportParam 
         
        AddHandler Me.ReportViewer1.RenderBegin, AddressOf ReportViewer1_RenderBegin 
 
    End Sub 
 
    
    Private Sub ReportViewer1_RenderBegin(ByVal sender As ObjectByVal args As Telerik.ReportViewer.Silverlight.RenderBeginEventArgs) 
         
    args.ParameterValues("@TenantsID") = "2" 
        
 
    End Sub 

Thanks
Steve
Telerik team
 answered on 19 Mar 2010
2 answers
197 views
Hi,

Currently we use Activereports for our reporting and are considering Telerik products.  What I need to know if the individual reports can be set to duplex printing.

Also can 2 reports be merged together to print at once?

Thanks,
Tim
Peter
Telerik team
 answered on 19 Mar 2010
0 answers
106 views
Dear all,

I am using telerik reportviewer for my web application.When i am running my application  on chrome,export dropdown is disable.......
but on internet exp it is working fine....why it is like that.....

Azeheruddin khan
Top achievements
Rank 1
 asked on 19 Mar 2010
3 answers
151 views
I have Q2 2009 reports installed.  I had a request to modify one of the reports and am no longer able to move to design view on any report vb file.

I checked the DPI and it is set to 96dpi.  No update has been done and as far as I know nothing telerik related has been changed.

Any ideas why this is happening?  I created a new report and it too will not go to design view.

Cliff Lane
Peter
Telerik team
 answered on 19 Mar 2010
1 answer
194 views
Hi sir,

I am facing one issue in Q3 2009 telerik reporting tool. My Issue have 1 main report with a single subreport.
The main report contains of header & footer of report while the subreport contain header & detail section for data.
When the data is loaded dynamically in subreport more then page size then the top page is coming blank. I have set the keepTogether property of all detail section to false. On the other side when the data is less  then the page then its coming correctly.

All controls like subreport images located in this report is smaller in width then the main report. I means its not issue of width as i saw in many threads response.


Thank you


Gul Ahmed Masud
Sr. Software Engineer
Datel System & softwares LLC
UAE Dubai
Steve
Telerik team
 answered on 19 Mar 2010
3 answers
273 views
Hi,

I am using telerik report Q2 2009 and using the session mode="Sql Server".
when i opem telerik report it shows error message

Unable to serialize the session state. In 'StateServer' and 'SQLServer' mode, ASP.NET will serialize the session state objects, and as a result non-serializable objects or MarshalByRef objects are not permitted. The same restriction applies if similar serialization is done by the custom session state store in 'Custom' mode

Though it works fine with INProc mode of session.
But i have to use session mode="SQL Server".

Please help me to solve this issue.

Thanks,
Hrushikesh
Steve
Telerik team
 answered on 19 Mar 2010
1 answer
133 views
Hello,
I was looking at the Product Line Sales example and wanted to make table with chart at right hand side showing some calculated results for each row data in Telerik.Reporting.Table component. Then I realized that I have to show XML data (coming from xml column).
I dont know how to make Table component show xml data? Can anyone give a veru simplified example here so that I can move forward?
Steve
Telerik team
 answered on 19 Mar 2010
1 answer
184 views
I cant find it in my account manager
Steve
Telerik team
 answered on 19 Mar 2010
4 answers
265 views
Prior to Q1 I used this in my subreport:

 

 

private void MySubReport_NeedDataSource(object sender, EventArgs e)  
{  
 
    Processing.Report report = (Processing.Report)sender;  
    Processing.IDataObject dataObj = (Processing.IDataObject)report.DataObject;  
    MyClass myObj = dataObj.RawData as MyClass;  
    ...  
}  
 
 

 

 

In Q1 raw data returns null. Is there a way to cast MyClass or is my access restricted to String s = dataObj["valName"];  ?

Thanks

 

Jon
Top achievements
Rank 1
 answered on 19 Mar 2010
0 answers
152 views
I updated something with my report and then clicked refresh but it didn't work. I had to click select button where it get datasource again and rebind reportviewer to refresh report.

Or I need to do anything else with refreshing function to make it work? Please give me a suggestion.
Pakorn
Top achievements
Rank 1
 asked on 19 Mar 2010
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?