trying to exclude a few fields from a report export to excel using the reports page_load() event
func Page_Load() {
$this->category->Exportable = false;
$this->account_status->Exportable = false;
$this->account_type->Exportable = false;
$this->contact_id->Exportable = false;
}
Doesn’t seem to exclude the fields… is this correct behavior in a report