Telerik Forums
Reporting Forum
2 answers
265 views
Is there a way to disable the action for a textbox on a databound event?  I'm using an action on a table item to navigation to a drilldown report.  There is no child report, it just opens the same report and navigates to the next node in my hierarchy tree so to speak.  I'm simply passing a value to the same report to indicate who the drilldown parent is.  Everything works fine until I get to the point where there are no more children and I don't want the action to do anything at this point otherwise it will take me to a report with no results.

I've been able to work around my problem by creating two versions of the textbox that contains my action.  One with the action and one without the action.  The one textox is superimposed on the other.  I then simply hide or show the appropriate textbox on a databound event.  Unfortunately, I've run into a problem with this approach and the table object.  A table column can contain only one textbox, so I can't have two different versions of the textbox in a single column.  I can't use two columns, hide one and show the other since some rows may have child reports and some may not. 
Nick Jacka
Top achievements
Rank 1
 answered on 03 Aug 2012
0 answers
91 views
i have 1 report with 2 sub reports, when run the reports one subrepot not show up in main report, that subreport i used only 1 detail section and 1 sqldatasource, this sqldatasource  needs 4 parameters, 3 params gettinf from input's and 1 param is getting from main report result field.
1st  i tried to set the datasource property with sqldatasource1 -- - subreport doesn't show up in main report even with design time values, empty space shows in main report

2nd i tried with need source event this time calls needdatasource event -- this time also didn't sow up any thing in main report, only empty space show up in main report.

please give me solution for this issue

Thanks in Advance
Siva
Top achievements
Rank 1
 asked on 02 Aug 2012
0 answers
165 views
We are creating a report which will supress duplicate values. But we want to keep them if it is a new page. I could not find a way to determine if it is a new page Help!!
Jason
Top achievements
Rank 1
 asked on 02 Aug 2012
1 answer
95 views
Hi. I want to export a report from Silverlight but by calling a web invoke operation method. I can view the reports within silverlight with no problems.However, I would like to call a method where I pass the report name and the parameters to the web application part of the silverlight application, this will produce the report export [e.g PDF] and save it on the server.

Could you advise if this can be done and some example code?

Thanks
P
madladuk
Top achievements
Rank 2
 answered on 02 Aug 2012
18 answers
841 views
Good Afternoon!

I'm trying to use the trial version of TelerikReportingv6.1. I've made the new class to hold the report but every time I add the "Telerik Report Q2 2012", the report wizard doesn't show up. However, it does make a new report with the name. When I try to open up the report wizard, it keeps giving me the error "Object reference not set to an instance of an object." I've been searching for a way to fix this to no avail. I'm using

- Windows 7
- TelerikReportingv6.1
- Visual Studios 2010

Any help would be greatly appreciated! The sooner I am able to try this and see if it fits our needs, the better.
Darren
Top achievements
Rank 1
 answered on 02 Aug 2012
1 answer
93 views
Hi Telerik Team,

I bought Telerik.Web.UI_2011_2_712_Dev_hotfix license version.But I cannot see Reporting tool in tool box and cannot drag ReportViewer control from the Toolbox.What should I do??


Please get the attached file what I can see in Toolbox.


Thanks
Steve
Telerik team
 answered on 02 Aug 2012
7 answers
316 views
Hi,

Would like to know if it is possible that I have a few lines of text in the textbox and I want it to be justified on both sides like in the Microsoft Word. Currently I can only justify it to the left, right or center.
Ed Lance
Top achievements
Rank 1
 answered on 01 Aug 2012
3 answers
152 views
Hi!

In my report I have multi value parameter with default value set to aggregate function AllValues just like described in manual at http://www.telerik.com/help/reporting/designing-reports-parameters-using-multivalue-parameter.html 

I'm using Web Forms report viewer to display that report. It works as expected when using in proc session state. However when I switch to out proc session state report viewer doesn't display report anymore. It gets stuck at "Generating report" message.
Trace.axd shows that request ended with HTTP code 500, but no exception is specified.

There must be a problem with aggregate function handling (builtin functions like First/Last doesn't work either) in Web Forms report viewer because when I set report parameter explicitly:
myReport.ReportParameters["IDs"].Value = new object[] {1, 2, 3}
it works as expected.
However I'd still prefer to use default value and AllValues function approach if it is possible.

Tested with latest internal build 6.1.12.717.

Regards,
Lukasz
Elian
Telerik team
 answered on 01 Aug 2012
2 answers
129 views
We have recently added the feature to create PPTX and XLSX files to our report exports.  We've found a problem with the PowerPoint PPTX export using the new Open XML 2.0 SDK libraries:  when opening the files up, PowerPoint 2007 complains about the file saying it is "unable to display some of the text, images or objects on slides...because they have become corrupted".  In PowerPoint 2010, the file opens and displays without any complaints.

I had a similar problem in the XLSX file until I realized the we had two or more worksheets with the same name sometimes.  Creating worksheets with unique names with in the file made that problem go away.  Using the Open XML production tools, the PPTX file the reporting engine is creating has no stated problems.  It's only when PowerPoint 2007 tries to open the file that it complains.

Has anyone else seen this type of behavior and been able to find a reason or workaround for it.

Thanks in advance,

Butch Rosecrans
Charles Rosecrans, Jr.
Top achievements
Rank 2
 answered on 01 Aug 2012
4 answers
246 views
Hi

I have a report with some parameters where I am allowing nulls for them . But the problem is that when the report viewer is loaded the first time the query in the datasource is executing and loading the report..I dont wnat that to happen..I want the user to click the preview button to see the report ..How can make the report invisible but still make the a parameters visible during the page load event...

Please guide me ..Thanks
Ravi
Top achievements
Rank 1
 answered on 01 Aug 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?