or
chr(0252) or a
chr(0251) as the result. a "x" or a checkmark in wingding font. using telerik latest reporting and VS 2010. this works in ssrs vs 2008 but not in telerik. it does not recognizt the CHR()
An error has occurred while processing TextBox 'textBox87':
The expression contains undefined function call chr().
how do yuo do this in telerik reporting? need this asap
if (dicFormat["PageSettigs"] == "Landscape")
this.Report.PageSettings.Landscape = true;
else
this.Report.PageSettings.Landscape = false;
SizeU u1 = new SizeU(new Unit(lstImage[0].Width, UnitType.Pixel),
new Unit(lstImage[0].Height, UnitType.Pixel));this.Report.PageSettings.PaperSize = u1;static string oldValueStatic = string.Empty; static string oldValueStatic2 = string.Empty; private void Nightly_ItemDataBinding(object sender, EventArgs e) { oldValueStatic = string.Empty; oldValueStatic2 = string.Empty; } public static string CutDuplicates(string data) { if (0 == string.Compare(oldValueStatic, data, true)) { data = string.Empty; } else { oldValueStatic = data; } return data; } public static string CutDuplicates2(string data) { if (0 == string.Compare(oldValueStatic, data, true)) { data = string.Empty; } else { oldValueStatic = data; } return data; }Telerik.Reporting.HtmlTextBox txtBox = new Telerik.Reporting.HtmlTextBox();
txtBox.Value = value;HtmlTextBox1.Value = StripHTMLTags(IncomingHTMLText);
private void InitializeComponent() { //in this line a StackOverflow exception happens System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MyOffer)); Telerik.Reporting.TableGroup tableGroup7 = new Telerik.Reporting.TableGroup(); Telerik.Reporting.TableGroup tableGroup8 = new Telerik.Reporting.TableGroup(); Telerik.Reporting.TableGroup tableGroup9 = new Telerik.Reporting.TableGroup(); Telerik.Reporting.TableGroup tableGroup1 = new Telerik.Reporting.TableGroup(); Telerik.Reporting.TableGroup tableGroup2 = new Telerik.Reporting.TableGroup(); Telerik.Reporting.TableGroup tableGroup3 = new Telerik.Reporting.TableGroup(); Telerik.Reporting.TableGroup tableGroup4 = new Telerik.Reporting.TableGroup(); Telerik.Reporting.TableGroup tableGroup5 = new Telerik.Reporting.TableGroup(); Telerik.Reporting.TableGroup tableGroup6 = new Telerik.Reporting.TableGroup();