RpReport:IsValid Access
<< Click to Display Table of Contents >> RpReport:IsValid Access |
![]() ![]() ![]() |
Type | Logic |
Purpose
To get a logical value which indicates if the RpReport object initialized correctly and can be printed. If this access returns FALSE, do not print the report. This access should be tested each time an RpReport object is created.
Example
// Make sure the report is valid and can be printed
if oRpReport:IsValid
// report is valid and can be printed
endif