Hi there,
I want to add a label on the PageStyle Band, but this gives an access
violation:
myLabel := TPPLabel.Create(self);
myLabel.Band := ppReport1.PageStyle;
When i place the table on the header band, it works fine.
Thanks for your help,
greets ben
Comments
I accidentally used the wrong report which had no header band.
Benjamin Wolf schrieb: