Hi all
I'm creating a number of reports programatically , and I'd like to be able to name them sensibly. However, when I try something like
I just get told that "this property is read-only and can't be set".
Am I trying to do something you can't do? Or am I just doing it wrong?
Thanks in advance
Peter.
I'm creating a number of reports programatically , and I'd like to be able to name them sensibly. However, when I try something like
Code:
rptNew.Name = "something sensible"
Am I trying to do something you can't do? Or am I just doing it wrong?
Thanks in advance
Peter.
Comment