Multiple choice technology architecture A variable defined in a report is available For one tab For all tabs of the Report Depends how it is defined as global or Private None of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation Report-level variables have global scope within the report, making them accessible from all tabs. Tab-specific variables would be local to that tab only. Options A and C confuse variable scope with declaration type.