or
textbox.Value = "=Price.ToString(\"$0.\")"; |
textbox.Value = "=Price.ToString('$0.')"; |
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
MyTextBox.Value = "=First(Fields!Cells[columnname].FormattedValue" |