FlexReport for WinForms
ScriptEngine クラス メンバ
プロパティ  メソッド 


C1.Report アセンブリ > C1.Report.ScriptEngine 名前空間 : ScriptEngine クラス

ScriptEngineデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタ  
トップ
パブリック プロパティ
 名前解説
Public プロパティGets or sets the current execution context.  
Public プロパティDefines culture using in script to convert values from/to string.  
Public プロパティIndicates whether currently evaluated expression containing two pass identifiers like Page, Pages etc. The main purpose of this property to convert expression like: Page & " of " & Pages is converted to a string: {Page} of {Pages} this string can be parsed by exporters to provide more convient results.  
トップ
パブリック メソッド
 名前解説
Public メソッドCompares two objects.  
Public メソッドstatic (Shared in Visual Basic)Compares two idents.  
Public メソッド  
Public メソッドオーバーロードされます。   
Public メソッドstatic (Shared in Visual Basic)Returns string representation of specified value. Returns C1.Document.Strings.Null if value is null or System.DBNull.Value. Returns strings like "XXX(YYY)" where XXX - value.ToString(), YYY - value.GetType().FullName.  
Public メソッドオーバーロードされます。 returns list of defined functions - both local and global  
Public メソッド  
Public メソッドReturns list of defined subs and functions.  
Public メソッドオーバーロードされます。 returns list of defined subs - both local and global  
Public メソッド  
Public メソッド  
Public メソッド  
Public メソッド  
Public メソッドConvert object to DateTime, throws an exception if conversion fails.  
Public メソッドConvert any object to double, throws an exception if conversion fails. Null values interpreted as zero.  
Public メソッドConvert any object to int, simple call ToDbl (int)ToDbl(o).  
Public メソッドTries to convert object to DateTime.  
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Tries to convert any object to double.  
Public メソッドTries to convert any object to int, based on TryToDbl(Object,Boolean,Double).  
Public メソッドConverts value to string using Culture.  
トップ
プロテクト メソッド
参照

参照

ScriptEngine クラス
C1.Report.ScriptEngine 名前空間