Hi team,
I do research and found some of the standard report used regular table in SSRS report. I mostly used in memory and temp db in my custom ssrs report.
I have a questions like
1. When we decide to go for regular table approach in ssrs report.
2. When we used regular table , then data will store on the table . If multiple developers worked on same report at a time then how data will fetch for respective users
3. Is there any property other than “table type =Reguler table” required.
4. Any explicitly code is required to maintain regular table in dp class in process report method.
Pls advise, thanks