Telerik Forums
Reporting Forum
1 answer
420 views
I am having a report  along with a sub report for each row.....
The sub report basically increases the  height of each row and hence i would like to get the the column header of the table  repeated for each  row.
I have created the table  using the table wizard..

How can i achieve this...Thank you
Elian
Telerik team
 answered on 18 Jun 2012
1 answer
51 views
Hello,

I have a report book and want to show the selected report highlighted in the navigation.
Can u please suggest a solution ?

thanks!
-priti
Elian
Telerik team
 answered on 18 Jun 2012
4 answers
109 views
Hi.
ReportViewer display this exception on refresh:

w System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
w System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
w System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
w Telerik.Reporting.Processing.Expressions.ReportExpressionContext.ResolveNameSpaces()
w Telerik.Reporting.Processing.Expressions.ReportExpressionContext..ctor(Type methodInfoSourceType)
w Telerik.Reporting.Processing.ParametersManager`1..ctor(IReportDocument definition, ICollection`1 parameters)
w Telerik.ReportViewer.WebForms.ParametersPage.get_ParamsManager()
w Telerik.ReportViewer.WebForms.ParametersPage.CreateChildControls()
w System.Web.UI.Control.EnsureChildControls()
w Telerik.ReportViewer.WebForms.ParametersPage.OnPreLoad(EventArgs e)
w System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)


This exception appears even when i create empty new report and run it. I use Q1 2012 version.

I check all my parameters and i dont have any duplicated names. For source i use ObjectDataSource.

Do I missed something?
Steve
Telerik team
 answered on 18 Jun 2012
2 answers
137 views
I downloaded the latest reports version (6.1.12.611) and after fixing all the breaking code changes I now receive the following error when attempting to retrieve the reportheader section in code behind:
Unable to cast object of type Telerik.Reporting.Processing.PageSection to type Telerik.Reporting.Processing.Group

The commented out line was the original code which fails with the same error.  The error is thrown on any attempt to retrieve the Report.ReportHeader property (same error in the watch window).
Private Sub Table1_NeedDataSource(sender As Object, e As System.EventArgs) Handles Table1.NeedDataSource
  Dim tbl As Telerik.Reporting.Processing.Table = TryCast(sender, Processing.Table)
  Dim obj As Object = tbl.Report.ReportHeader
  ' Dim sect As Processing.ReportSection = TryCast(Processing.ElementTreeHelper.GetChildByName(tbl.Report, "ReportHeaderSection1"), Processing.ReportSection)
End Sub

Betsy
Top achievements
Rank 1
 answered on 15 Jun 2012
2 answers
145 views
Hello,

We're upgrading a web application of ours from ASP .NET 3.5 to 4.0.  We're currently using a slightly older version (5.0.11.316) of the Reporting suite.  We're curious if we'll need to upgrade/update to the newest version of Telerik Reporting in order for our reports to run.  

Basically, we're wondering if the older version (5.0.11.316) will run correctly in a ASP .NET 4.0 web environment?

Thanks,
Daniel
brewerdc
Top achievements
Rank 1
 answered on 15 Jun 2012
1 answer
88 views
How  to  do   custom reports???    It  is  the  report ,  not  chart....   Especially Silverlight  Report  ...

How to do?     Have instances can reference?
IvanY
Telerik team
 answered on 15 Jun 2012
2 answers
147 views
Hi,

we really ran into issues with the Sivlerlight Report viewer and the events it omits. There currently (Q1 2011) used version just provides a RenderBegin event. This is nearly useless. What we urgently need is information when the rendering has finished. The the GetPage is finished and so on.

This is required to control the status of the application controls surrounding the silverlight viewer like 'enabled', 'disabled' and such.
Another feature wich is missing is to cancel a running rending process.

Are there plannings to give the Silverlight Report Viewer more 'interaction' with its host ?

Kind regards
Sebastian
Sebastian
Top achievements
Rank 1
 answered on 14 Jun 2012
1 answer
449 views
Hello,
I've searching but didn't found anything about my problem.

The situation is this.I've a Data source on my report returning the data on the image labeled as "SOURCE",
I Want to achive the report format like on the image with the label "OBJECTIVE"
For now the only thing I accomplished was wath's on the image labeled as "ACCOMPLISHED"

Can someone give a Tip on how to do this?

Tanks
IvanY
Telerik team
 answered on 14 Jun 2012
8 answers
561 views
Can I copy/paste reports in order to duplicate them and just change the details to have a bunch of different layouts?
Report1.cs,..... reportn.cs...

That way I do not have to recreate most things and quickly get results...

Thanks,

G
Peter
Telerik team
 answered on 14 Jun 2012
5 answers
268 views
i try to add Telerik ReprtViewer to my window Grid
this is the code :
<Window x:Class="MCCHomeWork.Main"
        xmlns:vm="clr-namespace:MCCHomeWork"
        xmlns:trr ="http://schemas.telerik.com/wpf"
        Title="Main" Height="300" Width="529">
    <Grid Name="MyGrid">
        <trr:ReportViewer Name="rep1"/>
        <Button Content="Click" Name="button3"  Width="75" Height="100" Click="button3_Click" />
    </Grid>
</Window>

it display an exception in the run time that say :
Set property 'System.Windows.ResourceDictionary.DeferrableContent' threw an exception.
the cursor point to the InitializeComponent(); in the Window Constructor
& when i remove the line :
<trr:ReportViewer Name="rep1"/>
the project works with out exceptions

Thanks in Advance ...
Michal
Top achievements
Rank 1
 answered on 14 Jun 2012
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?