I don't where to put the code cause it depends on how your report
works, but you could try those methods:
// Set header to auto
YourSection.noOfHeadingLines(1, AutoMode::Auto);
// Force header to be printer now.
YourSection.executeColumnHeadings();
// Hide row header
YourSection.noOfHeadingLines(0, AutoMode::Fixed);
Make sure your section property "AutoDeclaration" is set to yes.
--- In [email protected], "ckbutton" <[EMAIL PROTECTED]>
wrote:
>
> Hi All,
>
> I am new to report development in axapta and have been searching
for
> info on how to display column headings on the first page only. To
date
> I have had little success.
>
> If anyone could help me on how to approach this problem it would be
> greatly appreciated.
>
> Thanks,
>
> ck
>