Telerik Forums
Reporting Forum
0 answers
94 views
.xaml
<Window x:Class="Reports.Window1"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:telerik="clr-namespace:Telerik.ReportViewer.Wpf;assembly=Telerik.ReportViewer.Wpf"
    Title="Window1" Height="558" Width="532" xmlns:my="clr-namespace:Telerik.ReportViewer.Wpf;assembly=Telerik.ReportViewer.Wpf" Loaded="Window_Loaded">
    <Grid>
        <telerik:ReportViewer Margin="-2,0,0,0" Name="reportViewer1"   />
    </Grid>
</Window>

how  preview  Report.cs in a <telerik:ReportViewer>
Shanka
Top achievements
Rank 1
 asked on 05 Jul 2010
0 answers
70 views
hello,
press the print button in shower ,it has not pop the print page,why?
Anyone know how to solve this problem?thanks!

dida
hui
Top achievements
Rank 1
 asked on 05 Jul 2010
1 answer
266 views
Hello,

I want to create a report viewer parameter combo box but can't seem to figure out a certain part of doing it.  When I'm creating the report parameter, how do I choose the values for the combo box?  I.e. I need a combo box where the user can choose between two values which are "Summary" and "Detailed".  I tried putting those values into an array and assigning it to the AvailableValues.DataSource but that didn't work because it then asks me to fill DisplayMember and ValueMember (which is a problem because an Array doesn't have column names, which is what DisplayMember and ValueMember want).  I also can't find a single example of how to do this.  Anyone know how to do this?

Ryan
Steve
Telerik team
 answered on 05 Jul 2010
0 answers
98 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
259 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
162 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
255 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
125 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
361 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
176 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
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?