FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TCustomFlexCelReport.GetPagesDataSet Method

This method should return the IXlsDataSet associated to the PagesDataSet property.

Pascal
function GetPagesDataSet: IXlsDataSet; virtual; abstract;
C++
virtual __fastcall IXlsDataSet GetPagesDataSet() = 0;

This method is abstract in TCustomFlexCelReport. Descendants should override this method and supply the correct dataset associated with PagesDataSet, by looking for it in the DesignDataModule.

Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!