Default Avatar

danni

danni

About

Username
danni
Location
Denmark
Joined
Visits
0
Last Active
Roles
Members

Comments

  • Hey Alex. It seems start is fired when datasource is bound the first time? I would like to know the types before retrieving data from my server environment. I have modified my example it a bit, so it works as I would like it to do. It is …
  • A report saved as a blob/text to my database contains a datatype. But when I load it into Fastreport.Report object it is null. Can this be correct? (I can see the type after data is registered, but then it is too late) I am missing the datatyp…
  • When exporting I can embed fonts in my code like this: FastReport.Export.Pdf.PDFExport export = new FastReport.Export.Pdf.PDFExport(); export.EmbeddingFonts = true; how do I do this before printing the report object?
  • Do the collate property work or?
    in Printing Comment by danni August 2010
  • Thank you. That works :-)
    in scripting Comment by danni May 2010
  • The form of the report is something like this: 1. (data) masterband X (shown on page1) 2. (data) detail Y (shown on page1) 3. (data) masterband X (shown on page2) When I multible masterbands I cannot us…
    in scripting Comment by danni May 2010
  • .tif extension is not supported. Tif and tiff are actually the same but some only use 3 char extenstion. So I renamed the tif file to tiff and all worked.
  • Ok, Will do that. I would think your standard functions had a default return value and used a try/catch?
  • How do I avoid getting a parsing error when the dataource is empty (for the validated reportobject)? in my sum function I try to convert a string to a decimal. Somehow I need to check if the databand is empty within my expression?
  • Hi again. I have to take it back - I think. My colleague made a copy of a report that has a Total(sum). On the copy, the reportobject [Total] was reomved without removing it from the list in the Data window. This means that the expression …
  • It's too about wether the values in the reportobjects are empty. It's if the datasource for a band is emty, not NULL but just en empty list. The ToDecimal(object obj) function should and do convert object values to a decimal, BUT it shouldnt be c…
  • Hi my collegue has made this note. I cannot make an other example with the same issue.
  • Yes, we are following the manual. But it does'nt seem to work.
  • AlexTZ wrote: » Hello, Set Config.DesignerSettings.Text property to "Report: ". This will give you "Report: FileName" caption. You also need to set FileName to the name of your report. If I change fileName in my report I will overwrite t…
  • danni wrote: » Hi Is there a version of Fr.Net that is compatible with Microsoft Visual Studio 2010? Thanks http://www.fast-report.com/en/forum/index....747&hl=2010 Closed.
  • Hi Are there any news on this topic? The last version of FR.Net I downloaded is 1.3.59.0
    in Export Comment by danni March 2010
  • Hi again It dosnt seem logic that it is possible to choose columns in nested objects when they cannot be displayed. Some grids support nested objects. We use a grid from Telerik and DevExpress in my company. Would it be possible to get that…
  • Hi again. Isn't that a problem when it is possible to choose columns in nested objects?
  • Hi again Not all columns in the grid show data when using Businessobjects. It seems only the first level of the object tree is shown in the grid. From the structure below the cells will not get values for Street and Number. Because its in t…
  • That did the trick. I will set the columns manually. Thank you :-)
  • I must do something wrong. If I use the BusinessObjects I get no data either.
  • Hello again I downloaded version 1.3.51.0. From that I managed to get rows in the grid but no data shown. Do you know what could be the problem? I use standard settings for the columns. Here is a picture that shows the grid.
  • That's fast I must say. I will take a look at it tomorrow then. Thank you :-)
  • Ahh, okay. No wonder I cannot make it work then :-) Then I have few questions: 1. Do you have a plan for implementing the ObjectdataSource for grids? When would that eg. be? 2. Is ther antoher control where I can use objectdatasource and select…
  • Hi, I set the datasource and get the columns by "get all". Still there is no data in the grid. If I just show the data in a band, data is shown fine. But data is not shown in the grid on the form. Here is a fragment of my datasource: DA…
  • Doh... he he. Thanks - Works fine now :-)
  • Hi Alex I have used your example against the xml file. Iit works very well against databases now. Thanks! :-)
  • Hi, Just checking what the status is on this item? Do datetime, datetime? and int? act like objects or simple datatypes when viewed in the "Data" window of the designer? thanks
  • Hi again. It works now, but maybe it works a bit too well now :-) Now I can see the properties of System.Objects aswell. System.DateTime, Systen.Int32 forinstance. Try check out the enclosed picture. This is en error trying to preview th…
  • Fast debugging I must say! Thanks! :-)