Bug with "@"
Posted: Thu Jun 03, 2010 9:54 am
Hello,
when I put in expression this code:
... final report can't by compiled. When I look in your report class, there is this code:
It looks like you are trying to put @ on the beginning of my string...
Thank you.
when I put in expression this code:
Code: Select all
{Length(" Znaménko: Pohledávky plusem Vyrovnanost: Neuhrazené v m.s. Druh dokladů: Bez filtru Sestava v měně: Účetnictví Předpisy alespoň x dní po splatnosti: -99999 Předpisy alespoň x dní po vystavení: -99999 Zahrnout do výstupů: Ano Platby záloh: Bez plateb záloh Datum splatnosti dle ...: Prvotních dokladů ") }
Code: Select all
...
public void Text1__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, Stimulsoft.Report.Dictionary.StiFunctionsStrings.Length("@" Znaménko: Pohledávky plusem Vyrovnanost: Neuhrazené v m.s. Druh dokladů: Bez filtru Sestava v měně: Účetnictví Předpisy alespoň x dní po splatnosti: -99999 Předpisy alespoň x dní po vystavení: -99999 Zahrnout do výstupů: Ano Platby záloh: Bez plateb záloh Datum splatnosti dle ...: Prvotních dokladů "") , true);
}
...
Thank you.