Telerik Forums
Reporting Forum
0 answers
90 views
how can we give multiple filters  using below coding iam already given data filteroperator in 

now how can i give another data.filteroperator for that same form

 Telerik.Reporting.Data.Filter f12 = new Telerik.Reporting.Data.Filter();
            f12.Expression = "=Fields.courseid";
            f12.Operator = Telerik.Reporting.Data.FilterOperator.In;
            f12.Value = "=Parameters.Courses";
            rp2.UI.AvailableValues.Filters.Add(f12);
pich cock
Top achievements
Rank 1
 asked on 03 Jul 2010
2 answers
247 views
I also am having a problem with the ReportViewer not working after having moved my project into VS2010 and .NET 4.0.  The ReportViewer shows no data for my drop down controls and no chart.  I have added the <handler> to web.config that I found in another post:
<system.webServer> 
    <handlers> 
      <add name="Telerik.ReportViewer.axd_*" path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=4.0.10.317, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" preCondition="integratedMode,runtimeVersionv4.0" /> 
    </handlers> 
    <validation validateIntegratedModeConfiguration="false" /> 
</system.webServer> 

I am currently running Telerik Reporting Q3 2008 SP2 (v2.9.9.202).  Would updating to a newer version help?
Thanks.  Dan
Dan
Top achievements
Rank 2
 answered on 02 Jul 2010
1 answer
158 views
How can we use stored procedure returns mutiple result set in telerik reproting? First result set returns company name and address that goes in report header section, second result set returns detailed rows for report. Any examples would be much appreciated. 

hanks for your time.

Steve
Telerik team
 answered on 02 Jul 2010
1 answer
246 views
Hi: In another thread it became clear to me that I could not dynamically load an html table and render it using the html textbox (because the textbox does not support it). I am trying a different approach here and am running into a problem. I have a report that is about 10 pages long. On page one ONLY, I want to display a Telerik table with some values in it. Obviously, if I put the table in the details section it gets replicated to every page. I tried dragging a table into the page header, where I could put conditional formatting in to say if =PageNumber > 1 visible = false. This works for a textbox but I cannot drag a table to the page header -- it appears as though the Telerik reporting tool does not support it.

What is an approach to accomplish what I need to accomplish? Thanks!
Steve
Telerik team
 answered on 02 Jul 2010
1 answer
106 views
i notice the new dll version is 4.0.10.423

does this mean it is a .net 4 compile? is there a seperate 3.5 compile ?

i have upgraded a server to this latest version but when running a report the reportviewer page reports reportviewer not found.

kevin
Steve
Telerik team
 answered on 02 Jul 2010
1 answer
350 views
I am creating a report which has a multivalue parameter user. It gets all the users from the database. The report also uses a query directly similar to "select col1, col2, col3
from table1
where (col1 in (@user)) and .....

When I run this report with the user parameter set to Multivalue I get the following error

An error has occured while processing Report:
Failed to convert parameter value from a Object[] to a String.
---------------InnerException---------------------------
Object must implement IConvertible

The report runs fine if the @user is not set to multivalue. The type on @user is a string.

Please advise.
Thanks for your time in advance
Peter
Telerik team
 answered on 02 Jul 2010
1 answer
167 views
This is interesting.  I was running VS2008 on a Vista Business pc, and had no problem with the Telerik Reporting controls.  Yesterday I upgraded to Windows 7 and started getting this problem:
Source File: c:\Users\mikeb\AppData\Local\Temp\Temporary ASP.NET Files\webportal\f4bbcb89\fa2cd45f\App_Web_no6xrxf_.40.cs    Line: 0   
 
Stack Trace:   
 
 
[InvalidOperationException: Failed to map the path '/'.]  
   System.Web.Configuration.ProcessHostMapPath.MapPathCaching(String siteID, VirtualPath path) +719  
   System.Web.Configuration.ProcessHostMapPath.GetPathConfigFilenameWorker(String siteID, VirtualPath path, String& directory, String& baseName) +19  
   System.Web.Configuration.ProcessHostMapPath.System.Web.Configuration.IConfigMapPath.GetPathConfigFilename(String siteID, String path, String& directory, String& baseName) +37  
   System.Web.Configuration.HostingPreferredMapPath.GetPathConfigFilename(String siteID, String path, String& directory, String& baseName) +75  
   System.Web.Configuration.WebConfigurationHost.GetStreamName(String configPath) +8845430  
   System.Configuration.Internal.DelegatingConfigHost.GetStreamName(String configPath) +13  
   System.Configuration.BaseConfigurationRecord.InitConfigFromFile() +154  
 
   
 
I found the prior posts on this error from 2008, where the issue was blamed on running the Telerik Reporting with VS2008 and Vista.  The "solution" being to run VS2008 as administrator.

I had no problem with VS2008/Vista, but now have the problem using VS2008/Windows7.  And, yes, running VS2008 as administrator does work around the problem.  (btw, I am using Telerik Reporting Q3 2008 SP2).

Has this been fixed in the latest version of Telerik Reporting?
Thanks,
Dan
Steve
Telerik team
 answered on 02 Jul 2010
1 answer
94 views
Hi,

   Is there any limit for the number of series in StackedBar chart? Even for any chart.

   I've a stackedbar with DataTable made visible. When the number of series is increasing, the actual plotarea is reducing. At some point, i'm not able to see the actual plotarea. i'm seeing only the DataTable. Why does the chart area does not grow when the series is increasing?

  Is there any way to increase the size of the chart depending on the content of the chart?


Thanks
Peter
Telerik team
 answered on 01 Jul 2010
1 answer
339 views
I have a few datetime parameters on my report for which I have to be able to enter time values also. But it won't let me enter time values also if the default is specified as Now() it shows only the date part and not the time part. Even when running the report if I enter the time after the date when I leave the parameter box the time part gets erased.

We are using Telerik reporting in a silverlight project.

Thanks for your help in advance,
Peter
Telerik team
 answered on 01 Jul 2010
1 answer
68 views
I have a report that loads fine when using ReportProcessor.RenderReport(), but when I attempt to load it into a ReportViewer the report never shows up.  I only see the ReportViewer bar and if I click on any buttons on it I get OnCommand error popups (i.e. OnCommand: NextPage).  I have the ReportViewer in a .ascx file and in the .ascx load event handler I assign its report property. Any idea on why those OnCommand errors would show up or what's going wrong here?  Is there some kind of issue to look out for when loading reports into a report viewer on a .ascx?  I'm also using turtoise subversion, could that have to do with it? 

Steve
Telerik team
 answered on 01 Jul 2010
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?