Telerik Forums
Reporting Forum
8 answers
755 views
I've been searching around for a way to change the 'Value' of a textbox during the ItemDataBound event, but I'm not seeing any examples.  I am binding to a SQLDataAdapter which calls a stored procedure to load the textboxes, so much of the data is stored in 'bit' column types.  What I need to do is simply change things like bit values '1' or '0' to 'Enabled' and 'Disabled' when the report is generated.

My first approach was to access the needed Textboxes in the ItemDataBound event and change their 'Text' or 'Value' field based on the appropriate row value.  But, these properties don't exist. 

Thanks.
Stef
Telerik team
 answered on 07 Jun 2013
7 answers
512 views
Hi,

We am using Telerik Reporting Q3 2011 on .Net Framework 4.0.

We found that the reportviewer cannot be released from memory even the form have been closed. 
By using the .Net Memory Profiler, we know that there is a event handler for "ToolStripTextBox" in reportviewer control which does not been removed after the form closed. So, "Disposed instances with direct EventHandler roots" problem occurred.

After testing, we found that only if we set the "ToolBarVisible" property to "False" in ReportViewer control, the memory can be released successfully.

So, any advise?

Thanks!

Emily
IvanY
Telerik team
 answered on 07 Jun 2013
5 answers
173 views
Hi
When i view report by binding it in page-load event its tollbar  style  is messed up. but if i add a button and bind report on its click event it is ok. What i am missing plz help me.
See attached pic to see how report looks like






IvanY
Telerik team
 answered on 07 Jun 2013
6 answers
808 views
I group records in my report. In group's footer section, i display a single value(which is actually same for the same group) onto my textbox from each and every single group in group footer section of the group. Then i need  to get all values of the textboxes in the groups footer section . How can i get them programmatically? I know how to get an item however, when an item(here textbox) being diplayed accoring to the number of the groups resides in final report, i don't know how i can get all the values?

Such as:

Telerik.Reporting.

TextBox txt = (ReportViewer.Report as MyRaport).Items.Find("textBox13", true)[0] as Telerik.Reporting.TextBox;

 

 

txt.Visible = false;

Could someone pls help me?

Thanks in advance...
Stef
Telerik team
 answered on 07 Jun 2013
1 answer
1.0K+ views
Using the standalone designer, is there a way to have a parameter's default value set to "select all"  in a MultiValue parameter list?
Peter
Telerik team
 answered on 07 Jun 2013
1 answer
117 views
Hi!

I use the latest build of reporting trial version. Before we purchase the full version, we investigate how to able to integrate to our projects.

In export when I choose rtf format. Export file without issue, but until I not delete the next text from page header(this is interesting because this text in other format is in the footer):
"Telerik Reporting v7.0 trial version. Copyright Telerik AD © 2006-2013.
To remove this message, please obtain a commercial version from http://www.telerik.com
"
I cannot edit the rtf document. After remove this text, I am able to edit the file.

The reason of this problem is the trial version?

thx
Peter
Telerik team
 answered on 07 Jun 2013
2 answers
292 views
In our telerik reports we tried storing the cache to the files but still when a large report is run in Azure using AppFabric cache it errors out saying the bytes exceeded the bytes specified in the configuration. On more research we found the ASP.NET session states are used. Is there a possiblity where we can disable the ASP.NET session state use and use the File Caching only. 
Peter
Telerik team
 answered on 07 Jun 2013
1 answer
135 views
Using Silverlight 5 with MVVM and I want to implement reports. If I create a report in the stand alone designer using a sql data source to do the layout can I then take the trdx file and bind it to a report viewer.

In the SL app I want to retrieve the data from the WCF when the asynch call is completed I wish to assign the TRDX file/stream to the  ReportSource and the List<> to the DataSource and put the result into an observable object (in the viewmodel) that the ReportViewer can be bound to.

Is this scenario possible and if so is there an example (I know you guys are big on examples I have more than 20)
Stef
Telerik team
 answered on 06 Jun 2013
3 answers
159 views
I've got a report that's sized like a #10 envelope that I need to be able to print. I've attempted to set up a dedicated "envelope printer" in windows that is preset for printing envelopes in the right orientation and grabbing from the right tray. However, the Silverlight report viewer seems to completely ignore those settings. What is going on here? Is it a bug or is there some kind of setting I need to look at?
IvanY
Telerik team
 answered on 06 Jun 2013
4 answers
189 views
Hello,

I was wondering if the Telerik report viewer happened to work for the ASP.NET MVC product.

Thanks.
Svetoslav
Telerik team
 answered on 06 Jun 2013
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
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?