Click here to Skip to main content
15,887,854 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi ,

I have a report which shows our unassigned support tickets Q.

We have used table to display the data.

Now i need to play some Sound/audio in same report.

When audio should Play .. Report will be refreshed automatically every 60 Sec, If reports pulls any data to table then sound should play. (if Table row count >0)

Basically if any ticket come to Our Q then report should make some sound.

We have display that report in TV Monitor.

Is it possible team ????

Need help.

Thanks
Prashanth

What I have tried:

I didn't get any solution in google. :)
Posted
Updated 5-Jul-17 4:51am

1 solution

SSRS cannot play sounds, that's not it's job. Since the report is just HTML, you can embed javascript in the report to play the sound. Something like this example[^] that displays an alert box.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900