former_member844155
Explorer
Member since ‎2015 Aug 14

User Statistics

  • 13 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

Hello,inside my Report I have a text field (ITextObject) in which I pass a value via c#.Everything works. Now, I wanted to pass the string:"Product selected <u>cod 1040</u> is available".But I find the <u> tag also in the report because it doesn't ...
Hi all, I have a crystal report that is populated from a dataset (VS2019 C#).Some lines are long and and have carriage returns.I would like each new line to be indented, like this:-----------LENGHT PAGE-------------AAAAAAAAAAAAAAAAAAAA ___AAAAAAAAA...
Hi all,they asked me to develop a small program that allows printing on a continuous roll Zebra printer.I have always prepared Crystal Reports with a page setup.Never for continuous rolls.In practice they have to print customer lists and not knowing ...
Hi all, I have a report with the details section showing me a string.This string is sometimes longer than the page.I don't want to use Can Grow, because only one line must remains per record.So, what doesn't fit in width should go to a new page.How...
Using C# in Visual Studio I am practical in passing a Datatable to a report viewer via the "rptDoc.SetDataSource(dt)" property.By setting the columns on the report he hooks the fields and shows them to me.This all works when I know the columns and ev...
Kudos given to