S
SpaceMarine
hello,
in the following code:
Dim report As Report = CreateReport()
report!OFFICER_1 = Global.Officer1
report!OFFICER_2 = Global.Officer2
report!UNIT_NUMBER = Global.Officer1.UnitNumber
....can someone please explain what the "!" syntax is in the last three
lines? those arent properties of the Report object itself, so i am
confused.
thanks!
sm
in the following code:
Dim report As Report = CreateReport()
report!OFFICER_1 = Global.Officer1
report!OFFICER_2 = Global.Officer2
report!UNIT_NUMBER = Global.Officer1.UnitNumber
....can someone please explain what the "!" syntax is in the last three
lines? those arent properties of the Report object itself, so i am
confused.
thanks!
sm