Reza Pajhouhesh
Reza Pajhouhesh
About
- Username
- Reza Pajhouhesh
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
ipong wrote: » there is a demo for MVC, take a look at it. Entity framework actually is a business object. List bo = ...dbContext.ToList(); webreport.RegisterData(bo , "MainReport"); Can you you explain in more detail? I prefer to have a…
-
You said: "Add a header and a footer band to your report, they can be 0 height" Why do I must add header band to my report, is it necessary? Thanks
-
gordk wrote: » in which event did you place the code Hi, thanks for your help, I attached a report that its data source is biblio.mdb , please review it.
-
gordk wrote: » while engine.freespace > childbandname.height do begin engine.showband(childbandname); while engine.FreeSpace>child1.height do engine.showband(child1); But the engine.FreeSpace value is always 0. Must child1 band inv…
-
gordk wrote: » assuming you are using at least the standard version of fr. create a duplicate of your master band in an unattached child band, using empty memoviews erite code in the footer band obp event to check the freespace available and cal…
-
gordk wrote: » turn on the memoviews frames Have you any example? I want to draw lines in free space (spaces that not exists records in last page) to page footer section