What db table stores the default report style?

I’m looking to set the default report style for a bunch of reports. Does anyone know which db table this data is stored in? I’ve checked many and can’t seem to find it.

Thank you.

1 Like

Ice.ReportStyle

2 Likes

Thank you for the reply. I see the list of styles, say for ARForm, but I don’t see anywhere in this table that designates a specific StyleNum as the default. (e.g. when I set different styles to the default, these entries don’t change at all). I think the “default” option may be stored in some other table??

Any additional ideas?

Thanks.

Nevermind. It looks like the default data is stored in Ice.ReportDefaultStyle.

2 Likes