I have a subreport that looks like this:
Fields.AuthorName Fields.Subject
Fields.Note
Created: Fields.CreateDate Last updated: Fields.LastUpdated
I would like the textbox holding Fields.Subject and Fields.Note to grow as necessary and push the CreateDate and LastUpdated and their labels down the page. Right now I am concentrating on the Note field. Note has CanGrow, TextWrap, and Multiline set to True.
When there are multiple lines in the Note, only 2 lines show, the rest are cut off. I have tried setting the Anchor property on Note to Top, Bottom, Left, Right and the Anchor property on the CreateDate and LastUpdated fields and their labels to Bottom, but this doesn't seem to do much.
I also tried putting the AuthorName and Subject fields in a group header and the CreateDate and LastUpdated fields in a group footer so that the Note field is the only thing in the detail section. I tried this both with and withoutt the Anchor property on Note set. The behavior is the same, even though there isn't even anything in the section for the Note textbox to push against.
It seems like what I am looking to do should be possible, but I haven't found much help with this in my searches on the site. Does anyone know how to get a textbox to grow and push down what's below it?
Fields.AuthorName Fields.Subject
Fields.Note
Created: Fields.CreateDate Last updated: Fields.LastUpdated
I would like the textbox holding Fields.Subject and Fields.Note to grow as necessary and push the CreateDate and LastUpdated and their labels down the page. Right now I am concentrating on the Note field. Note has CanGrow, TextWrap, and Multiline set to True.
When there are multiple lines in the Note, only 2 lines show, the rest are cut off. I have tried setting the Anchor property on Note to Top, Bottom, Left, Right and the Anchor property on the CreateDate and LastUpdated fields and their labels to Bottom, but this doesn't seem to do much.
I also tried putting the AuthorName and Subject fields in a group header and the CreateDate and LastUpdated fields in a group footer so that the Note field is the only thing in the detail section. I tried this both with and withoutt the Anchor property on Note set. The behavior is the same, even though there isn't even anything in the section for the Note textbox to push against.
It seems like what I am looking to do should be possible, but I haven't found much help with this in my searches on the site. Does anyone know how to get a textbox to grow and push down what's below it?