C# Класс CSReportEditor.cEditor

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
addChart ( ) : void
addDBField ( ) : void
addGroup ( ) : void
addImage ( ) : void
addLabel ( ) : void
addLineLabel ( ) : void
addSection ( csRptSectionType typeSection ) : void
addSection ( csRptTypeSection typeSection ) : void
addSectionLine ( ) : void
bringToFront ( ) : void
cEditor ( fMain fmain, Panel editor, PictureBox rule, PictureBox report, TabPage editorTab ) : System
checkSyntax ( String code ) : bool
close ( ) : bool
configConnection ( cReportConnect rptConnect ) : bool
controlsAlign ( CSReportGlobals align ) : void
copy ( ) : void
deleteObj ( bool bDelSectionLine ) : void
destroyPropertiesFormReference ( ) : void
editConnectionString ( ) : void
editDataSource ( ) : void
editSection ( String secKey ) : void
editText ( ) : void
getBMoveHorizontal ( ) : bool
getBMoveNoMove ( ) : bool
getBMoveVertical ( ) : bool
getCopies ( ) : int
getCustomHeight ( ) : int
getCustomWidth ( ) : int
getDataHasChanged ( ) : bool
getEditorTab ( ) : TabPage
getFGroup ( ) : fGroup
getFileName ( ) : String
getOrientation ( ) : int
getPaint ( ) : cReportPaint
getPaint ( ) : cReportPaint
getPaperSize ( ) : csReportPaperType
getReport ( ) : cReport
getSectionOrSectionLineFromKey ( string key ) : object
getShowingProperties ( ) : bool
getVCopyKeys ( int idx ) : String
getVCopyKeysCount ( ) : int
init ( ) : void
moveAll ( ) : void
moveGroup ( ) : void
moveHorizontal ( ) : void
moveNoMove ( ) : void
moveVertical ( ) : void
newReport ( cReport report ) : void
openDocument ( ) : bool
openDocument ( String fileName ) : bool
pAddColumnsToToolbox ( String dataSource, cColumnsInfo columns ) : void
pAddColumnsToToolbox ( String dataSource, cColumnsInfo columns, fToolbox f ) : void
pAddLabelAux ( csRptEditCtrlType ctlType ) : void
pSetFontBoldValue ( ) : void
paste ( bool bDontMove ) : void
preview ( ) : void
printReport ( ) : void
refreshAll ( ) : void
refreshPostion ( ) : void
refreshReport ( ) : void
saveChanges ( ) : bool
saveDocument ( bool saveAs ) : bool
search ( ) : void
selectCtrl ( String ctrlKey ) : void
selectSection ( String secKey ) : void
sendToBack ( ) : void
setAllConnectToMainConnect ( ) : void
setCopies ( int rhs ) : void
setCustomHeight ( int rhs ) : void
setCustomWidth ( int rhs ) : void
setDataHasChanged ( bool rhs ) : void
setFGroup ( fGroup rhs ) : void
setFocusCtrl ( String ctrlKey ) : void
setFontBold ( ) : void
setKeyboardMoveStep ( int rhs ) : void
setOrientation ( int rhs ) : void
setPaperSize ( csReportPaperType rhs ) : void
setParameters ( ) : void
setShowingProperties ( bool rhs ) : void
setSimpleConnection ( ) : void
showConnectsAux ( ) : void
showControls ( ) : void
showControlsTree ( ) : void
showEditFormula ( String &formula ) : bool
showGrid ( CSReportPaint typeGrid ) : void
showGrid ( csETypeGrid typeGrid ) : void
showGroupProperties ( ) : void
showHelpChartField ( TextBox ctrl, int idx ) : bool
showHelpChartGroupField ( ) : bool
showHelpDbField ( ) : bool
showHelpDbFieldForGroup ( ) : bool
showProperties ( ) : void
showProperties ( string key ) : void
showSecLnProperties ( ) : void
showSectionProperties ( ) : void
showToolBox ( ) : void
showToolbox ( ) : void
textAlign ( CSReportGlobals align ) : void

Приватные методы

Метод Описание
addControlEnd ( float left, float top ) : bool
askEdit ( String msg, String title ) : csAskEditResult
beginDraging ( ) : void
cEditor ( ) : System
closeProgressDlg ( ) : void
editCtrl ( String ctrlKey ) : void
endDraging ( ) : void
endEditText ( bool descartar ) : void
form_Activate ( ) : void
form_Deactivate ( ) : void
form_Load ( ) : void
getAllHeadersAndGroupsAndDetailsHeight ( ) : float
getHeightFromSections ( cIReportGroupSections sections, cReportSection section ) : float
getHeightOfSectionsBellowMe ( cReportSection section, String secLnKey ) : float
getLineRegionForControl ( String sKeyPaintObj, cReportSectionLine &rptSecLine, bool isFreeCtrl ) : bool
getRegionForControl ( String sKeyPaintObj, cReportSection &rptSection, bool isFreeCtrl ) : bool
getRegionForControlAux ( cIReportGroupSections rptSections, float x, float y, cReportSection &rptSection, bool isFreeCtrl ) : bool
getSectionOrSectionLineFromKey ( string key, cIReportGroupSections sections ) : object
launchReport ( ) : void
m_fConnectsAux_AddConnect ( ) : void
m_fConnectsAux_DeleteConnect ( ) : void
m_fConnectsAux_EditConnect ( ) : void
m_fControls_EditCtrl ( String ctrlKey ) : void
m_fControls_SetFocusCtrl ( String ctrlKey ) : void
m_fFormula_CheckSintaxis ( bool &cancel, String code ) : void
m_fGroup_ShowHelpDbField ( ) : void
m_fGroup_UnloadForm ( ) : void
m_fProgress_Cancel ( ) : void
m_fProperties_ShowEditFormula ( String formula, bool &cancel ) : void
m_fProperties_ShowHelpChartField ( bool &cancel, TextBox ctrl, int idx ) : void
m_fProperties_ShowHelpChartGroupField ( bool &cancel ) : void
m_fProperties_ShowHelpDbField ( bool &cancel ) : void
m_fProperties_UnloadForm ( ) : void
m_fSearch_EditCtrl ( String ctrlKey ) : void
m_fSearch_EditSection ( String secKey ) : void
m_fSearch_SetFocusCtrl ( String ctrlKey ) : void
m_fSearch_SetFocusSec ( String secKey ) : void
m_fSecProperties_ShowEditFormula ( String formula, bool &cancel ) : void
m_fSecProperties_UnloadForm ( ) : void
m_fToolBox_AddControl ( String controlName, csRptEditCtrlType controlType, String fieldName, String formulaText, int fieldType, int fieldIndex ) : void
m_fTreeCtrls_EditCtrl ( String ctrlKey ) : void
m_fTreeCtrls_EditSection ( String secKey ) : void
m_fTreeCtrls_SetFocusCtrl ( String ctrlKey ) : void
m_fTreeCtrls_SetFocusSec ( String secKey ) : void
m_fTreeCtrls_UpdateFormulaHide ( String ctrlKey, String formula ) : void
m_fTreeCtrls_UpdateFormulaValue ( String ctrlKey, String formula ) : void
m_fTreeCtrls_UpdateSectionFormulaHide ( String secKey, String formula ) : void
m_picReport_KeyDown ( int keyCode, int shift ) : void
m_picReport_KeyUp ( int keyCode, bool ctrlKey ) : void
m_picReport_MouseDown ( MouseButtons button, bool ctrlKey, int x, int y ) : void
m_picReport_MouseDown ( object sender, System e ) : void
m_picReport_MouseMove ( MouseButtons button, int shift, float x, float y ) : void
m_picReport_MouseMove ( object sender, System e ) : void
m_picReport_MouseUp ( MouseButtons button, int shift, float x, float y ) : void
m_picReport_MouseUp ( object sender, System e ) : void
m_picReport_Paint ( ) : void
m_picReport_Paint ( object sender, PaintEventArgs e ) : void
m_picRule_Paint ( ) : void
m_picRule_Paint ( object sender, PaintEventArgs e ) : void
m_report_Done ( ) : void
moveControl ( String sKeyPaintObj ) : void
moveSection ( CSReportPaint paintObj, float x, float y, float minBottom, float maxBottom, cReportSection secToMove, bool isNew ) : void
moveSection ( cReportPaintObject paintObj, float x, float y, float minBottom, float maxBottom, cReportSection secToMove, bool isNew ) : void
pAddConnectAuxToListView ( cReportConnect connect ) : void
pAddControlEndAux ( float left, float top, cReportControl baseControl ) : void
pAddPaintSetcionForSecLn ( cReportSection sec, csRptSectionType typeSecLn ) : void
pAddPaintSetcionForSecLn ( cReportSection sec, csRptTypeSection typeSecLn ) : void
pAddSectionLinesAux ( cReportSection sec ) : void
pAddSectionLinesAux ( cReportSection sec, CSReportPaint paintObj ) : void
pAddToSelected ( String sKey, bool ctrlKey, bool &bWasRemoved ) : void
pAllreadySelected ( String sKey ) : bool
pCanDeleteSection ( cReportSections &secs, cReportSection sec, String tag ) : bool
pChangeBottomSections ( cReportSection secToMove, float offsetTop ) : void
pChangeHeightSection ( cReportSection sec, float oldSecHeight ) : void
pChangeSecLnHeight ( CSReportPaint paintObj, float y, float minBottom, float maxBottom, cReportSectionLine secLn ) : void
pChangeSecLnHeight ( cReportPaintObject paintObj, float y, float minBottom, float maxBottom, cReportSectionLine secLn ) : void
pChangeTopSection ( cReportSection rptSec, float offSetTopSection, bool bChangeTop, bool bZeroOffset ) : void
pChangeTopSections ( cReportSection secToMove, float offsetTop ) : void
pClearSelected ( MouseButtons button, bool ctrlKey, float x, float y ) : bool
pCopyAspect ( cReportAspect fromAspect, cReportAspect toAspect ) : void
pCopyAspectToPaint ( cReportAspect fromAspect, cReportAspect toAspect ) : void
pCopyChart ( cReportChart fromChart, cReportChart toChart ) : void
pCopyControl ( cReportControl fromCtrl, cReportControl toCtrl ) : void
pCopyFont ( cReportFont fromFont, cReportFont toFont ) : void
pCopyFontPaint ( cReportFont fromFont, cReportFont toFont ) : void
pGetGroup ( String key ) : cReportGroup
pGetLeftBody ( ) : int
pGetMinBottomForSecLn ( cReportSection sec, String secLnKey, float minBottom ) : float
pGetMinBottomWithSecLn ( cReportSectionLines secLns, float minBottom ) : float
pGetOffSet ( float realPageHeight ) : void
pGetOffSet ( float realPageHeight, float rtnPageHeight ) : void
pGetOffsetLeftFromControls ( float leftCtrl1, float leftCtrl2 ) : float
pGetOffsetTopFromControls ( float topCtrl1, float topCtrl2 ) : float
pGetSecHeigthFromSecLines ( cReportSection sec ) : float
pGetSecLnFromKey ( String secKey, cIReportGroupSections sections, cReportSection &rtnSec ) : cReportSectionLine
pGetSection ( bool &isGroup ) : cReportSection
pGetSection ( bool &isGroup, bool &isSecLn ) : cReportSection
pGetSection ( bool &isGroup, bool &isSecLn, cReportSectionLine &secLn, bool returnSecLn, bool &isGroupHeader, bool &isGroupFooter ) : cReportSection
pGetSection ( bool &isSecLn, cReportSectionLine &secLn, bool returnSecLn ) : cReportSection
pGetSection ( bool &isSecLn, cReportSectionLine &secLn, bool returnSecLn, bool &isGroupHeader, bool &isGroupFooter ) : cReportSection
pMoveAll ( float x, float y ) : void
pMoveControl ( cReportAspect aspect, bool bSizing ) : void
pMoveControlAfterResize ( cReportAspect aspect, bool bSizing ) : void
pMoveDetails ( String sKeySection, float &minBottom, float &maxBottom ) : cReportSection
pMoveDetails ( String sKeySection, float minBottom, float maxBottom, bool isForSectionLine ) : cReportSection
pMoveDetails ( String sKeySection, float &minBottom, float &maxBottom, bool isForSectionLine, string secLnKey, float &maxBottomSectionLine ) : cReportSection
pMoveFooter ( String sKeySection, float &minBottom, float &maxBottom ) : cReportSection
pMoveFooter ( String sKeySection, float minBottom, float maxBottom, bool isForSectionLine ) : cReportSection
pMoveFooter ( String sKeySection, float &minBottom, float &maxBottom, bool isForSectionLine, string secLnKey, float &maxBottomSectionLine ) : cReportSection
pMoveGroupFooter ( String sKeySection, float &minBottom, float &maxBottom ) : cReportSection
pMoveGroupFooter ( String sKeySection, float minBottom, float maxBottom, bool isForSectionLine ) : cReportSection
pMoveGroupFooter ( String sKeySection, float &minBottom, float &maxBottom, bool isForSectionLine, string secLnKey, float &maxBottomSectionLine ) : cReportSection
pMoveGroupHeader ( String sKeySection, float &minBottom, float &maxBottom ) : cReportSection
pMoveGroupHeader ( String sKeySection, float minBottom, float maxBottom, bool isForSectionLine ) : cReportSection
pMoveGroupHeader ( String sKeySection, float &minBottom, float &maxBottom, bool isForSectionLine, string secLnKey, float &maxBottomSectionLine ) : cReportSection
pMoveHeader ( String sKeySection, float &minBottom, float &maxBottom ) : cReportSection
pMoveHeader ( String sKeySection, float minBottom, float maxBottom, bool isForSectionLine ) : cReportSection
pMoveHeader ( String sKeySection, float &minBottom, float &maxBottom, bool isForSectionLine, string secLnKey, float &maxBottomSectionLine ) : cReportSection
pMoveHorizontal ( float x ) : void
pMoveVertical ( float x, float y ) : void
pRefreshOffSetInPaintObjs ( ) : void
pRemoveFromSelected ( String sKey ) : void
pReplaceInFormula ( String formulaText, String currentName, String newName ) : String
pResetKeysFocus ( ) : void
pResizeControl ( float x, float y ) : void
pSelectCtrl ( String ctrlKey ) : void
pSelectSection ( String secKey ) : void
pSelectSection ( String secKey, bool &bIsSecLn ) : void
pSetEditAlignValue ( ) : void
pSetInitDir ( ) : void
pSetMovingFromKeyboard ( float x, float y ) : void
pSetNewControlPosition ( cReportControl ctrl, float left, float top ) : void
pSetNewControlProperties ( cReportControl ctrl ) : void
pSetSbPnlCtrl ( String ctrlName ) : void
pSetSbPnlCtrl ( String ctrlName, csRptControlType ctrlType, String formulaHide, String formulaValue, bool hasFormulaHide, bool hasFormulaValue, String fieldName ) : void
pSetSelectForRightBttn ( ) : bool
pSetSizePics ( float realPageHeight ) : float
pShowCtrlProperties ( ) : void
pShowEditFormula ( String formula, bool &cancel ) : void
pShowGroupProperties ( cReportGroup group ) : void
pShowHelpDbField ( cIDatabaseFieldSelector f ) : bool
pShowMoveAll ( float x, float y ) : void
pShowSecProperties ( cIReportSection sec ) : void
pShowSecProperties ( cIReportSection sec, String secLnName ) : void
pSizingControl ( float x, float y ) : void
pUpdateFormulas ( String currentName, String newName ) : void
pValidateSectionAspecAux ( float top, cReportSection sec ) : float
pValidateSectionAspect ( ) : void
paintSection ( cReportAspect aspect, String sKey, csRptSectionType rptType, String text, bool isSecLn ) : String
paintSection ( cReportAspect aspect, String sKey, csRptTypeSection rptType, String text, bool isSectionLine ) : String
paintStandarSections ( ) : void
reLoadReport ( ) : void
refreshBody ( ) : void
refreshNextNameCtrl ( String nameCtrl ) : void
refreshRule ( ) : void
reportDone ( object sender, EventArgs e ) : void
reportProgress ( object sender, ProgressEventArgs e ) : void
setZOrder ( ) : void
showCtrlProperties ( ) : void
showPopMenuControl ( bool clickInCtrl ) : void
showPopMenuControl ( bool clickInCtrl, int x, int y ) : void
showPopMenuSection ( bool noDelete, bool showGroups ) : void
showPopMenuSection ( bool noDelete, bool showGroups, int x, int y ) : void
showProgressDlg ( ) : void
updateSectionNameInPaintObjects ( ) : void
updateSectionNameInPaintObjects ( cIReportGroupSections sections ) : void

Описание методов

addChart() публичный Метод

public addChart ( ) : void
Результат void

addDBField() публичный Метод

public addDBField ( ) : void
Результат void

addGroup() публичный Метод

public addGroup ( ) : void
Результат void

addImage() публичный Метод

public addImage ( ) : void
Результат void

addLabel() публичный Метод

public addLabel ( ) : void
Результат void

addLineLabel() публичный Метод

public addLineLabel ( ) : void
Результат void

addSection() публичный Метод

public addSection ( csRptSectionType typeSection ) : void
typeSection csRptSectionType
Результат void

addSection() публичный Метод

public addSection ( csRptTypeSection typeSection ) : void
typeSection csRptTypeSection
Результат void

addSectionLine() публичный Метод

public addSectionLine ( ) : void
Результат void

bringToFront() публичный Метод

public bringToFront ( ) : void
Результат void

cEditor() публичный Метод

public cEditor ( fMain fmain, Panel editor, PictureBox rule, PictureBox report, TabPage editorTab ) : System
fmain fMain
editor System.Windows.Forms.Panel
rule System.Windows.Forms.PictureBox
report System.Windows.Forms.PictureBox
editorTab System.Windows.Forms.TabPage
Результат System

checkSyntax() публичный Метод

public checkSyntax ( String code ) : bool
code String
Результат bool

close() публичный Метод

public close ( ) : bool
Результат bool

configConnection() публичный Метод

public configConnection ( cReportConnect rptConnect ) : bool
rptConnect CSReportDll.cReportConnect
Результат bool

controlsAlign() публичный Метод

public controlsAlign ( CSReportGlobals align ) : void
align CSReportGlobals
Результат void

copy() публичный Метод

public copy ( ) : void
Результат void

deleteObj() публичный Метод

public deleteObj ( bool bDelSectionLine ) : void
bDelSectionLine bool
Результат void

destroyPropertiesFormReference() публичный Метод

public destroyPropertiesFormReference ( ) : void
Результат void

editConnectionString() публичный Метод

public editConnectionString ( ) : void
Результат void

editDataSource() публичный Метод

public editDataSource ( ) : void
Результат void

editSection() публичный Метод

public editSection ( String secKey ) : void
secKey String
Результат void

editText() публичный Метод

public editText ( ) : void
Результат void

getBMoveHorizontal() публичный Метод

public getBMoveHorizontal ( ) : bool
Результат bool

getBMoveNoMove() публичный Метод

public getBMoveNoMove ( ) : bool
Результат bool

getBMoveVertical() публичный Метод

public getBMoveVertical ( ) : bool
Результат bool

getCopies() публичный Метод

public getCopies ( ) : int
Результат int

getCustomHeight() публичный Метод

public getCustomHeight ( ) : int
Результат int

getCustomWidth() публичный Метод

public getCustomWidth ( ) : int
Результат int

getDataHasChanged() публичный Метод

public getDataHasChanged ( ) : bool
Результат bool

getEditorTab() публичный Метод

public getEditorTab ( ) : TabPage
Результат System.Windows.Forms.TabPage

getFGroup() публичный Метод

public getFGroup ( ) : fGroup
Результат fGroup

getFileName() публичный Метод

public getFileName ( ) : String
Результат String

getOrientation() публичный Метод

public getOrientation ( ) : int
Результат int

getPaint() публичный Метод

public getPaint ( ) : cReportPaint
Результат CSReportPaint.cReportPaint

getPaint() публичный Метод

public getPaint ( ) : cReportPaint
Результат CSReportPaint.cReportPaint

getPaperSize() публичный Метод

public getPaperSize ( ) : csReportPaperType
Результат csReportPaperType

getReport() публичный Метод

public getReport ( ) : cReport
Результат CSReportDll.cReport

getSectionOrSectionLineFromKey() публичный Метод

public getSectionOrSectionLineFromKey ( string key ) : object
key string
Результат object

getShowingProperties() публичный Метод

public getShowingProperties ( ) : bool
Результат bool

getVCopyKeys() публичный Метод

public getVCopyKeys ( int idx ) : String
idx int
Результат String

getVCopyKeysCount() публичный Метод

public getVCopyKeysCount ( ) : int
Результат int

init() публичный Метод

public init ( ) : void
Результат void

moveAll() публичный Метод

public moveAll ( ) : void
Результат void

moveGroup() публичный Метод

public moveGroup ( ) : void
Результат void

moveHorizontal() публичный Метод

public moveHorizontal ( ) : void
Результат void

moveNoMove() публичный Метод

public moveNoMove ( ) : void
Результат void

moveVertical() публичный Метод

public moveVertical ( ) : void
Результат void

newReport() публичный Метод

public newReport ( cReport report ) : void
report CSReportDll.cReport
Результат void

openDocument() публичный Метод

public openDocument ( ) : bool
Результат bool

openDocument() публичный Метод

public openDocument ( String fileName ) : bool
fileName String
Результат bool

pAddColumnsToToolbox() публичный Метод

public pAddColumnsToToolbox ( String dataSource, cColumnsInfo columns ) : void
dataSource String
columns CSReportDll.cColumnsInfo
Результат void

pAddColumnsToToolbox() публичный Метод

public pAddColumnsToToolbox ( String dataSource, cColumnsInfo columns, fToolbox f ) : void
dataSource String
columns CSReportDll.cColumnsInfo
f fToolbox
Результат void

pAddLabelAux() публичный Метод

public pAddLabelAux ( csRptEditCtrlType ctlType ) : void
ctlType csRptEditCtrlType
Результат void

pSetFontBoldValue() публичный Метод

public pSetFontBoldValue ( ) : void
Результат void

paste() публичный Метод

public paste ( bool bDontMove ) : void
bDontMove bool
Результат void

preview() публичный Метод

public preview ( ) : void
Результат void

printReport() публичный Метод

public printReport ( ) : void
Результат void

refreshAll() публичный Метод

public refreshAll ( ) : void
Результат void

refreshPostion() публичный Метод

public refreshPostion ( ) : void
Результат void

refreshReport() публичный Метод

public refreshReport ( ) : void
Результат void

saveChanges() публичный Метод

public saveChanges ( ) : bool
Результат bool

saveDocument() публичный Метод

public saveDocument ( bool saveAs ) : bool
saveAs bool
Результат bool

search() публичный Метод

public search ( ) : void
Результат void

selectCtrl() публичный Метод

public selectCtrl ( String ctrlKey ) : void
ctrlKey String
Результат void

selectSection() публичный Метод

public selectSection ( String secKey ) : void
secKey String
Результат void

sendToBack() публичный Метод

public sendToBack ( ) : void
Результат void

setAllConnectToMainConnect() публичный Метод

public setAllConnectToMainConnect ( ) : void
Результат void

setCopies() публичный Метод

public setCopies ( int rhs ) : void
rhs int
Результат void

setCustomHeight() публичный Метод

public setCustomHeight ( int rhs ) : void
rhs int
Результат void

setCustomWidth() публичный Метод

public setCustomWidth ( int rhs ) : void
rhs int
Результат void

setDataHasChanged() публичный Метод

public setDataHasChanged ( bool rhs ) : void
rhs bool
Результат void

setFGroup() публичный Метод

public setFGroup ( fGroup rhs ) : void
rhs fGroup
Результат void

setFocusCtrl() публичный Метод

public setFocusCtrl ( String ctrlKey ) : void
ctrlKey String
Результат void

setFontBold() публичный Метод

public setFontBold ( ) : void
Результат void

setKeyboardMoveStep() публичный Метод

public setKeyboardMoveStep ( int rhs ) : void
rhs int
Результат void

setOrientation() публичный Метод

public setOrientation ( int rhs ) : void
rhs int
Результат void

setPaperSize() публичный Метод

public setPaperSize ( csReportPaperType rhs ) : void
rhs csReportPaperType
Результат void

setParameters() публичный Метод

public setParameters ( ) : void
Результат void

setShowingProperties() публичный Метод

public setShowingProperties ( bool rhs ) : void
rhs bool
Результат void

setSimpleConnection() публичный Метод

public setSimpleConnection ( ) : void
Результат void

showConnectsAux() публичный Метод

public showConnectsAux ( ) : void
Результат void

showControls() публичный Метод

public showControls ( ) : void
Результат void

showControlsTree() публичный Метод

public showControlsTree ( ) : void
Результат void

showEditFormula() публичный Метод

public showEditFormula ( String &formula ) : bool
formula String
Результат bool

showGrid() публичный Метод

public showGrid ( CSReportPaint typeGrid ) : void
typeGrid CSReportPaint
Результат void

showGrid() публичный Метод

public showGrid ( csETypeGrid typeGrid ) : void
typeGrid csETypeGrid
Результат void

showGroupProperties() публичный Метод

public showGroupProperties ( ) : void
Результат void

showHelpChartField() публичный Метод

public showHelpChartField ( TextBox ctrl, int idx ) : bool
ctrl System.Windows.Forms.TextBox
idx int
Результат bool

showHelpChartGroupField() публичный Метод

public showHelpChartGroupField ( ) : bool
Результат bool

showHelpDbField() публичный Метод

public showHelpDbField ( ) : bool
Результат bool

showHelpDbFieldForGroup() публичный Метод

public showHelpDbFieldForGroup ( ) : bool
Результат bool

showProperties() публичный Метод

public showProperties ( ) : void
Результат void

showProperties() публичный Метод

public showProperties ( string key ) : void
key string
Результат void

showSecLnProperties() публичный Метод

public showSecLnProperties ( ) : void
Результат void

showSectionProperties() публичный Метод

public showSectionProperties ( ) : void
Результат void

showToolBox() публичный Метод

public showToolBox ( ) : void
Результат void

showToolbox() публичный Метод

public showToolbox ( ) : void
Результат void

textAlign() публичный Метод

public textAlign ( CSReportGlobals align ) : void
align CSReportGlobals
Результат void