C# 클래스 fyiReporting.RdlDesign.DialogExprEditor

DialogListOfStrings: puts up a dialog that lets a user enter a list of strings
파일 보기 프로젝트 열기: majorsilence/My-FyiReporting 1 사용 예제들

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void