how i can make sure the user prints only his selected information not other user's information both users use same table or same dataset with cyrstal report
pls help
i am using c# application , VS2019 with crystal report to be used by doctors to print prescriptions at the same time
thanks
OB

Adarsh NigamPosted Jul 4, 2024, 5:51 PM
To ensure that each doctor prints only their selected information and not data from other users in a C# application using Crystal Reports, you can implement the following steps:
User Authentication and Authorization:
Parameterized Reports:
Data Filtering in the Query:
Implementation Example
User Login:
Filtering Data:
Passing Parameters to Crystal Report:
Code Example
Explanation
This approach ensures that each doctor can only print their own prescriptions, maintaining data privacy and integrity.