Telerik Forums
Reporting Forum
1 answer
228 views
I noticed when trying to build a report and adding an oracle connection that it only sees the stored procs.  Is there any way to call a package using the design view?  I'll try and test it using code.

Svetoslav
Telerik team
 answered on 28 May 2007
3 answers
612 views
I have a groupFooter textbox which I am trying to display the Total amount of money for a group.

I cannot figure out the expression value to set to get it to format correct.  I'd like to use ToString('$#,0.') and this is what I have but it is giving a IFormat error.

textbox.Value = CINT(SUM(FundingValue)).ToString('$#,0.');

gives: Object of type System.String cannot be converted to System.IFormatProvider.  (guessing CINT cast didnt work?)

textbox.Value = SUM(FundingValue).ToString('$#,0.');
gives Cannot interpret token '.' at position x.

FundingValue is of type decimal.

Any help appreciated.

Regards,
Jason


Svetoslav
Telerik team
 answered on 28 May 2007
1 answer
484 views
Dear Telerik,

Could you consider adding another examplke to your Item Binding Expressions help page in regard to showing how to utilise Member access with parameters. ie.

I expected this to work:
textbox.Value = "=Price.ToString(\"$0.\")";  
but received a cannot interpret token """ at position 19.

Refining the query to
textbox.Value = "=Price.ToString('$0.')";  
fixed the error and produced the required outcome.


Rossen Hristov
Telerik team
 answered on 25 May 2007
3 answers
193 views
I just uninstalled BETA 1 and installed the trial version of V1. 

When I opened Visual Studio 2005.  All of the Reporting Templates are missing.  There is no option to add a New report to a web project or to even create a reporting project of its own.

I am using Visual Studio 2005.  English, Installed to c:\Programs\VS2003.

The TelerikReport.zip file is missing from C:\Programs\VS2005\Common7\IDE\ItemTemplates\CSharp\1033

Uninstall and repair options didn't help.
Rossen Hristov
Telerik team
 answered on 23 May 2007
1 answer
137 views
I am getting the following error.
    Error 1 The type 'Telerik.WebControls.RadChart' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\website2\b1bad149\d2008ee2\assembly\dl3\f2de7c2e\004c03d2_fd85c701\RadChart.Net2.DLL' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\website2\b1bad149\d2008ee2\assembly\dl3\d61f05e8\001fd2d0_fd85c701\RadChart.DLL' C:\WebSite2\Default.aspx 31 
I have tried deleted all of the files in my temporary folder.  But it doesn't work.  Please help me.  Thanks.
Chavdar
Telerik team
 answered on 22 May 2007
2 answers
605 views
Sorry i'm quiet in english.. But i got some question.
How connect report with other data provider such as OLEDB ,MySQL etc.
I'm cann't find any related subject ..  In your all sample use SqlDataAdapter
so provide for MS SQL Server.. But in my project I need to uses MySqlConnector.Net
,so how ?





Svetoslav
Telerik team
 answered on 22 May 2007
1 answer
118 views

Hello,

I'm trying to test Reporting (Q1_2007) in the OrcasBeta1TFS (virtual Machine from MS) and found the following issues:
- the templates (TelerikReport.zip) are not installed
- when switching between windows in the IDE always the message

"Attempted to read or write protected memory. This is often an indication that other memory is corrupt." 


appears. This only happens when a report design window is open.

Will there be a future release of TelerikReporting for VS Orcas?

Olaf

Vassil Petev
Telerik team
 answered on 22 May 2007
8 answers
729 views
hey all,
    I have two questions
 1- Is there anyway to add a HyperLink or LinkButton in a telerik Report and set its NavigateURL to some values from a DataSource?

2- I want to bind a telerik Report to a DataSource but i don't know exactly what are the column names or how many are they, so that i can't put regular TextBoxes and set the value of each one to a column name from the DataSource because the dataSource returns different number of columns each time with different names according to some parameters. How can i do so?

Hope that i could explain my problem correctly.
Thank you
lamees
Top achievements
Rank 1
 answered on 21 May 2007
1 answer
209 views
Dear All , 
              kindly let me know your feedback/response for follwing points
1. Is Telerik reporting uses sql server reporting server as underline engine
2. Is Telerik reporting is replacement of sql server reporting service report designer or enhance the functionality
3. Highly appreciate to discuss regarding telerik reporting  architecture

Regards
Rossen Hristov
Telerik team
 answered on 18 May 2007
1 answer
190 views
I want to bind a datagridview row collection to a report. Can I call sub-object values from my binding expression? This is what I am currently trying to do:
MyTextBox.Value = "=First(Fields!Cells[columnname].FormattedValue" 

This is not working. Is what I am trying to do possible? If so, how?
Svetoslav
Telerik team
 answered on 17 May 2007
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?