|
FlexCel Studio for VCL/LCL
|
This method should return the IXlsDataSet associated to a given name.
function GetDataSet(const DataSetName: string): IXlsDataSet; virtual; abstract;
virtual __fastcall IXlsDataSet GetDataSet(const AnsiString DataSetName) = 0;
|
Parameters |
Description |
|
const DataSetName: string |
Name of the dataset FlexCel needs. This will be one of the names theuser wrote in "__" ranges or in ##dataset##field tags. |
This method is abstract in TCustomFlexCelReport. Descendants should override this method and supply the correct dataset associated with a name, 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!
|