I am not familiar with a "splitter-like" functionality to the report viewer
(assuming you are viewing the report in the viewer control through some
other application (like a vb client).
you may be able to mimic the functionality by building a form with a grid
that allows the splitter functionality as the viewer and only using the
control to print the report.
just a thought
david adams
>
>hi,
>
> We are using Crystal Reports as the reporting tool for our project.
>One of the reports we are creating is a Tabular Report. The problem is,
>the report will span through numerous columns horizontally. The first
>column is the ID (unique one).
>
> What we have thought about it is to "Anchor" the first column so that
>when we move the scrollbar to see the other columns, the first column is
>always visible (Much like the "Splitter" feature in the Grid controls).
>
> My question is, will that be possible? Or any other ideas there? Any
>help is greatly appreciated.
>
>Thanks,
>N.T.GOPALAKRISHNAN