P
Phill
I am storing the name of a Crystal Report in a combobox.
I want to create an instance of this report based on this
string. Is this possible? Or am I going to have to code
a Case statement? This is my current code:
crReportDocument = new rptReferredPatients ();
But I have rptReferredPatients stored in
cboReportsAvailable.ValueMember
Thanks.
I want to create an instance of this report based on this
string. Is this possible? Or am I going to have to code
a Case statement? This is my current code:
crReportDocument = new rptReferredPatients ();
But I have rptReferredPatients stored in
cboReportsAvailable.ValueMember
Thanks.