CHMlib Logo Leading Translation Management System for Translation Agencies, Top Translation Management Software for Freelance Translators, Time Tracking Software, Word Count, Character Count and Line Count Software, Computer Assisted Translation Tool for Easy Word Count, Clipboard Character Count Software, User-Friendly Translation Memory Software, Terminology Management Software, Terminology Management Server, Microsoft Glossary Software, Dictionary of Acronyms, Social Network for Translators and Translation Agencies, Acronyms and Abbreviations Search Engine, Russian Translation Lab, Ukrainian Translation Lab.
You are reading help file online using chmlib.com
CrisisHelper - First Aid in Tough Times of World Economic Crisis


_bm0 Rave Reports Developer Reference

TBaseReport. LeftWaste property (read only)

Top  Previous  Next
Declaration
property LeftWaste: double;

 

Category

 

Description
This property returns the waste area on the left side of the page that the printer cannot print into. It is a good idea to make sure that the report's margins are greater than or equal to its waste areas.

 

See also

 

Example (Delphi)
// Don't output in the printer waste regions
if MarginLeft < LeftWaste then begin
MarginLeft := LeftWaste;
end; { if }
if MarginRight < RightWaste then begin
MarginRight := RightWaste;
end; { if }
if MarginTop < TopWaste then begin
MarginTop := TopWaste;
end; { if }
if MarginBottom < BottomWaste then begin
MarginBottom := BottomWaste;
end; { if }

 

Example (C++Builder)
if (rp1->MarginLeft < rp1->LeftWaste) {
rp1->MarginLeft = rp1->LeftWaste;
}/ if
if (rp1->MarginRight < rp1->RightWaste) {
rp1->MarginRight = rp1->RightWaste;
}/ if
if (rp1->MarginTop < rp1->TopWaste) {
rp1->MarginTop = rp1->TopWaste;
}/ if
if (rp1->MarginBottom < rp1->BottomWaste) {
rp1->MarginBottom = rp1->BottomWaste;
}/ if



You are reading help file online using chmlib.com

If you want your help file to be removed or added please send e-mail to chmlibcom@gmail.com