Audio Alerts in SSRS

  • Hi - I've been tasked with trying to make an SSRS report make a noise when a value on a report is a certain value.

    I've written the following VB function.

    Public Function beep(ByVal value As String) As String

    If value = "foo" Then

    Microsoft.VisualBasic.Beep()

    End If

    Return value

    End Function

    Then having the following expression to call the code

    =Code.Beep(Fields!bar.Value)

    Alas, this has been unsuccessful and I'm out of ideas - is this possible or should I give it up as a dead loss.

    Thanks in advance

    Stuart

  • are you sure somebody isn't pulling your leg and making you look silly ? - this sounds like an april fools joke

    does the beep have to occur when you open the report? or when it is generated ? - also think that it's the SQL RS box that generates the report, but you need to have the client machine beep.....

    what if the pc has no speakers ? what if the volume is muted.

    MVDBA

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply