Telerik Forums
Reporting Forum
1 answer
84 views
Dear Telerik Reporting,

My company considers buying 'Telerik Premium Collection for .NET' bundle. And I wonder if Telerik Reporting supports embedding images that are hosted in a web service? (I.e. as an image source, I supply some link that returns an image).

Thanks,
 Andrey
Peter
Telerik team
 answered on 12 Oct 2011
1 answer
91 views
Hi 
I'm working on wpf smart client with n-tier architecture. 
All the data located in server and available vs WCF services.
How can I user Telerik Reporting to create and show reports on client side without bring the whole db. 
(There is a lot of data in some tables...)
BTW - There is no direct connection to the sql server. 

Thanks
Adiel
Peter
Telerik team
 answered on 12 Oct 2011
0 answers
126 views

Hi Telerik team,

in my ASP.NET reporting solution I need several requirements to be met:

  • Support for DrillThrough reports
  • Support for advanced parameters handling. I have 10s of parameters. Parameters are assigned to groups which can be expanded/collapsed in GUI. In one sentence - rendering and structure of parameters is too complicated to be handled by Telerik Reporting built-in mechanism.

My design is following:

I render input controls for report parameters on my own. These parameters are serialized to a single complex object after submit. This single complex object is set to currently processed report using following assignment:

protected void Button1_Click(object sender, EventArgs e)
{
 // ...
 
 ((BaseReport)ReportViewer1.Report).Parameters = parameters;
  
 // ...
}

Property named Parameters is defined in BaseReport class, which is base class for all my reports.

I assign Parameters property to my datasource parameter in ItemDataBinding event (ItemDataBinding event is defined in BaseReport class, as well).

private void BaseReport_ItemDataBinding(object sender, EventArgs e)
{
 // ...
  
 ((ObjectDataSource)DataSource).Parameters[0] = new ObjectDataSourceParameter("compositeParameters", typeof(CompositeParameters), Parameters);
  
 // ...
}

 
Here is the problematic situation:

  1. ReportViewer.Report is set to OuterReport in design time
  2. I run the app and view OuterReport
  3. OuterReport has DrillThrough capability, so I click a link and it navigates me to InnerReport
  4. I would expect that (ReportViewer1.Report == InnerReport). Problem is, that (ReportViewer1.Report == OuterReport).

Thus I'm not able to assign parameters in mentioned way (((BaseReport)ReportViewer1.Report).Parameters = parameters;) to InnerReport. In DrillThrough scenario, OuterReport is always stored in property ReportViewer1.Report of ASP.NET report viewer.

Is there a way how to access instance of InnerReport which is navigated using DrillThrough.

Is there any alternative design that would work with Telerik Reporting better?

Thanks for your help!

Jaro

P.S.: I'm expecting problems with refreshing of InnerReport after setting parameters to it. But that's another story.

Jaroslav
Top achievements
Rank 1
 asked on 12 Oct 2011
2 answers
154 views
 Hello,
 
 I just started using telerik reporting and I have two problem
 
 1) Export to CSV uses a string character delimiter to separate fields (, - comma) but my report use to separate field (;),
    How to configure the CSV Rendering Extension and set separate fields(;) , or is not possible?
 
 2) Report must be fill vertically and horizontally(include screenshot "what is going on") , how to do this?
    Should i use Subreport?
 
Thanks in advance
Darek
Steve
Telerik team
 answered on 12 Oct 2011
1 answer
237 views
Dear Telerik Reporting,

In our application we need to implement a scenario, where report is generated in the background (without being displayed on UI) and then saved. Can you please clear up if Telerik Reporting supports this kind of use-cases?

Thanks,
 Andrey
IvanDT
Telerik team
 answered on 11 Oct 2011
1 answer
59 views
When in the Report Designer, we can click on the Preview tab and it will show the entire report.
At that point i can use the scroll wheel on my mouse to scroll down through all my pages.

When i display my report in my Silverlight Project i can only show 1 page at a time.

Is there a setting or away that i can scroll down through my pages without having to go up and click the next button?

For 2 or 3 page reports it would make onscreen use of the reports much better.

Steve
Telerik team
 answered on 11 Oct 2011
5 answers
267 views
After performing a product evaluation by one of the managers other can change the scoring for certain categories. This changes in scoring are stored in the database for reference.

The structure of the evaluation is like this:
Evaluatoin
 - Category
     - Scoring point

an evaluation can have many categories which all can have many scoring points.

My problem is the following:

If I change a scoring point a few times all is entered in the database but in the reports i am only seeing the first scoring point. The rest of them with the same name are left blank but are using space just as it would if all were visible. The stored procedure that is delivering the data is working fine. It bring all data to the report which then displayes it wrong. 

the =Fields.CategoryName is working fine... every category name is displayed correctly
=Fields.ScoringPointName is not working... it displayes only the first and leavese all the rest blank... if for example a scoring point name is Product robustnes it would display only the first change of scoring but wouldnt display the rest

Any ideas???
Ivan
Top achievements
Rank 1
 answered on 11 Oct 2011
9 answers
668 views
Hi,
  I checked few posts and looks like telerik reporting does not support sub-total on each page
  http://www.telerik.com/community/forums/reporting/telerik-reporting/sub-total-on-every-page.aspx
  http://www.telerik.com/community/forums/reporting/telerik-reporting/how-to-sum-fields-that-appear-on-a-single-page-and-display-it-in-the-same-page-s-pagefooter-section.aspx

  Both posts are from long time ago and I am wondering does telerik report support this function yet?

Thanks.
Peter
Telerik team
 answered on 11 Oct 2011
3 answers
489 views
Hello.
i Have 4 ReportParameters, in one of then i need to fill with a list of Projects, but the problem is, to get the Projects i need the PersonID,
that is in my second parameter.

 I tried do acess the parameter in the Constructor but it is null at that moment, and  in the NeedDataSource it's to late.

Is there a Way or a event to Acess the Parameter and use it to call my Method and fill my another parameter with the result List?

Thanks!







Peter
Telerik team
 answered on 11 Oct 2011
1 answer
98 views
I just have created my first reports. Everthing works fine on my development machine.
So I have extended an exisiting web application with telerik reports.
After deployment I got the the error message:
"Format of the initialization string does not conform to specification starting at index 0"

Could someone give me a hint what reasons could cause the problem.

Thanks
Andi

Nevermind, I solved the problem. It was a connection string problem, what else ;-)
Steve
Telerik team
 answered on 11 Oct 2011
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?