Telerik Forums
Reporting Forum
1 answer
214 views
We were using a fairly simple method to assign DataTables as SubReport DataSources, so that a report with multiple sub-reports can be given data as a result of a single database call.

foreach (Telerik.Reporting.SubReport item in ReportLib.ReportBase.GetDescendantsByType(this.Report, typeof(Telerik.Reporting.SubReport)))
{
    item.ReportSource.DataSource = ds.Tables[ReportLib.ReportBase.GetDataSetIndex(item.Name)];
}

I updated to the 2012 Q2 release in order to get the PageCount bug fix, and now this approach no longer works.  I'm seeing references to new ReportSource sub-types, but I haven't found one which seems to allow for this sort of approach.  Can anyone help me out?

Note: We are using the same method for assigning DataSources for Crosstabs and Tables, and that appears to still work.
BNA
Top achievements
Rank 1
 answered on 28 Sep 2012
10 answers
1.0K+ views
Does Telerik reports support displaying recursive data with the latest release?
Basically I have a simple table with a column "Parent_Id". I have been able to create
hierarchical trees in winforms but haven't had much success with the reports.

Thanks!
-Nick


Steve
Telerik team
 answered on 28 Sep 2012
27 answers
456 views
I have downloaded Telerik Reporting Trial Version 2010.2 714.

When I add an ObjectDataSource to a report in a WPF project (Visual Studio 2008) than Visual Studio does not respond anymore. Is this a known problem?
Shawn Krivjansky
Top achievements
Rank 1
 answered on 28 Sep 2012
15 answers
477 views
Good Day.

We have been using telerik components for sometime now.
We have purchased the premium collection and want to maximize its use.

We are using the Telerik Reporting for our reporting purposes. Our problem is its designer. Our clients want to design their own Reports but as what i've seen in the forum, your product does not have an User Designer.

Is there another way of designing the Report without using the Visual Studio?
If you are Going to make the End-user Designer, could you give a specific month and year when you can release it?
(We want to know the specific date of the release of the End-User Designer so that we can decide wether to include it in our development or not )

Thank you.
Vassil Petev
Telerik team
 answered on 27 Sep 2012
2 answers
128 views
Hello
Does Telerik reporting provides end-user a report designer GUI?
You know, customers always ask to be able to customize defsult prapared reports such as location of some labels and etc..
second question:
when do you think HTML container control would be released?(I mean a control which is able to render html text)
While, I know that your products are handy and powerful, these two kind of limitations make me wait, BTW I love it so much!
Vassil Petev
Telerik team
 answered on 27 Sep 2012
9 answers
377 views
Does Telerik Reporting include an end-user designer? Is it royalty-free?
Vassil Petev
Telerik team
 answered on 27 Sep 2012
1 answer
118 views
What is the basic use of telerik reports in application
means why we create report and how can be they helpful to us
Thanks.
Zdravko
Telerik team
 answered on 27 Sep 2012
2 answers
256 views
We are using telerik reporting. Can we create multiple report pages(same report format) in the single report viewer?

Ex: (same report format will be displayed in n times).

Kindly help us... 
Steve
Telerik team
 answered on 27 Sep 2012
0 answers
121 views
Hello Telerik,
I've a report that has 3 subreport in the ReportHeaderSection, I've been asked if it's possible to have dynamically the second at the first place for some particular report type...is it possible?
how?

Thanks
Michele
Top achievements
Rank 2
 asked on 27 Sep 2012
2 answers
99 views
hi,
i have in my crosstable 4 entries in my column groups, each with a total calculation.
- budgettype
- year
- quarter
- month

i've set in the group explorer on the month: behaviour visible = false
i've set on the according total textbox visible = false.
on the quarter fields, i set toggle visibility on the 2 items.
but when i run the report, if i hit the expand button on the quarter, i get the message "object reference not set to an instance of an object"

wen i put the textbox.visible = true it works (so when expanding the button quarter, it hides the textbox)

any idea?
IT
Top achievements
Rank 1
 answered on 26 Sep 2012
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?