Using adapter within a Dashboard

Is it possible to use an Adapter in Dashboard?

Usually I am doing this like below:
Dim adaUD03Adapter As UD03Adapter = New UD03Adapter("FormName")

But within adapter I don't have a form name, there is only a number and I don't know what I should put in "FormName"?