Hi all,I have created forms, letters, reports, etc. in SSRS, but am now on a new project where I need to recreate some forms that require a little something different from anything I've done before. The user requirements in a mortgage company setting, using parameters, is to be able to both generate a form populated with data as well as generate a blank copy of the form. So the users need to be able to enter a loan number as a parameter and have the form print with that loan's information (I have this part working), or indicate that they want a blank version of the form without any particular loan's information included so they can print a copy and fill in with pen for later entry.I can create a form that will populate data from the data set by using Lists. However, the other requirement is to be able to print a blank copy of the form too. So my problem is that I can do one or the other, but I can't seem to be able to do both. Both the blank and populated versions of the form need to come from the same rdl, so creating a second copy of the form is not an option. So my problem in getting the blank copy comes in when the user does not enter a loan number. Since my List is grouped by loan information, and no data returns from the query since they are not entering a loan number, nothing inside the list displays. Hope this makes sense...I've been researching everywhere I can find with no luck. Am I missing something easy?Thanks in advance!
↧