Default Avatar

Springy

Springy

About

Username
Springy
Joined
Visits
0
Last Active
Roles
Members

Comments

  • AlexTZ wrote: » The first call to Prepare() must be with append=false. This does not change anything for me. Even appending several reports with Prepare(true) works as long as all data source objects are the same (maybe you already know if …
  • AlexTZ wrote: » It seems the code that calls the printer Properties window does not work on 64bit. I will try to find a solution. Even when compiling the application (=.exe) as x86 (instead of AnyCPU)? (Because thats my default for "Debug" …
  • AlexTZ wrote: » What is your PC configuration (OS/CPU/Memory)? W7 Ultimate (64bit) / x64 (Intel E8400 @ 3.00GHz) / 8 GB (total virtual 16 GB, available 11 GB)
  • AlexTZ wrote: » We use some types like "uint". It's not CLS compliant type, but we need it. I believe flagging public/protected members with [CLSCompliant(false)] should be enough?
  • are there any chances that this will be improved in the future? It would also be cool when a non-repeated matrix-column could have a fit-width property which would make the entire matrix as wide as possible.
  • 3) could the page also get a Printable property?
  • So I wonder what PDFExport.Outline actually does? Could you introduce a property PDFExport(or its base).OnlyPrintableObjects ? BTW: A page with only one band (data) with Printable=false still gets printed: You get an entirely blank page.
  • Could it help calling GenerateReportAssembly(filename)? Maybe the resulting C# file (if generated at all) allows to spot the error more easily?
  • leSasch wrote: » what do I have to do if I want to use expressions and the "[" in the text? I set the property "Marker" which normally is "[,]" to "<?[{,}]!>" for the column where I expect the user could potentially enter brackets. Th…
  • How do I bind it to data then?
  • I think his data bound text contains "[" characters. Is there an escape sequence or do you have to set the brackets to something which nobody will input in any comment memo field?
  • oops.. didn't recognize the second page in this thread ;-) Thanx for proving true that I'm on the right way.
  • I'm just playing around with "PrintOn" and its "RepeatedBand" part -- looks like I can achive what I want with this.
  • AlexTZ wrote: » Why just not use the groupHeader.RepeatOnEveryPage option? Because I have both: Data per group which should be displayed on every page and detailed group-data (not a list) which should only be shown once per group above the …
  • AlexTZ wrote: » In the page header, the datasource is in indeterminate state. You have to use script to init the datasource at the start of report (use the code from my previous post in this topic). If I do this with band "Page Header" then…
  • Hmm.. I think I have the very same problem today (data not available in band "Page Header" as soon as I enable DoublePass. Was this fix revoked at same time? A other solution (for me) would be when I could split my "Group Header" band into sever…
  • {deleted error report which was only triggered because I configured VS to stop at every exception, even handled ones} BTW: The image processing for pdf looks very inefficient: PDF supports back references for the same image when it is used on mul…