|
EK RTF report components for .Net
|
function VarByName(VarName: string): EkReportVariable;
public EkReportVariable VarByName(string VarName);
Public Function VarByName(VarName As string) As EkReportVariable
Returns report variable specified in VarName string as EkReportVariable object.
Pascal example:
n:=EKRTF1.VarByName('Var1').AsInteger;
EKRTF1.VarByName('DateVar').AsDate:=Now();
Variable must be already defined when you use it with VarByName function.
|
Copyright (c) 2007. All rights reserved.
|