C# Class fyiReporting.RdlDesign.DialogExprEditor

DialogListOfStrings: puts up a dialog that lets a user enter a list of strings
Show file Open project: majorsilence/My-FyiReporting Class Usage Examples

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
BuildMethodName ( MethodInfo mi ) : string
BuildMethods ( List ar, Type ft, string prefix ) : void
BuildTree ( string flds ) : void
ConfigureScintillaStyle ( ScintillaNET scintilla ) : void
DialogExprEditor ( DesignXmlDraw dxDraw, string expr, XmlNode node ) : System
DialogExprEditor ( DesignXmlDraw dxDraw, string expr, XmlNode node, bool bColor ) : System
FillLexerByFields ( DesignXmlDraw dxDraw ) : void
GroupMethods ( List ar ) : List
InitAggrFunctions ( ) : void
InitColors ( ) : void
InitFields ( string flds ) : void
InitFieldsIsMissing ( string flds ) : void
InitFunctions ( ) : void
InitFunctions ( TreeNode ndRoot ) : void
InitGlobals ( ) : void
InitOperators ( ) : void
InitReportModulesAndClass ( ) : void

Populate tree view with the Module and Class parameters (if any) EBN 30/03/2014

InitReportParameters ( ) : void

Populate tree view with the report parameters (if any)

InitTreeNodes ( string node, IEnumerable list ) : void
InitUsers ( ) : void
InitializeComponent ( ) : void
IsBaseType ( Type t ) : bool
RemoveDuplicates ( IEnumerable ar ) : List
bCopy_Click ( object sender, System e ) : void
bOK_Click ( object sender, EventArgs e ) : void
scintilla_StyleNeeded ( object sender, StyleNeededEventArgs e ) : void
tvOp_DoubleClick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void