Property | Type | Description | |
---|---|---|---|
FindTab |
Property | Type | Description | |
---|---|---|---|
ConfigureScintillaStyle | void | ||
HighlightWord | void | ||
InitializeComponent | void | ||
SetFocus | void | ||
SetTextToScintilla | void | ||
ShowEditLines | void | ||
ShowPreviewWaitDialog | void | ||
dcDesign_HeightChanged | void | ||
dcDesign_OpenSubreport | void | ||
dcDesign_ReportChanged | void | ||
dcDesign_ReportItemInserted | void | ||
dcDesign_SelectionChanged | void | ||
dcDesign_SelectionMoved | void | ||
scintilla1_UpdateUI | void | ||
tcEHP_SelectedIndexChanged | void |
Method | Description | |
---|---|---|
ApplyStyleToSelected ( string name, string v ) : void | ||
CleanUp ( ) : void | ||
Clear ( ) : void | ||
ClearSearchHighlight ( ) : void | ||
ClearUndo ( ) : void | ||
Copy ( ) : void | ||
Cut ( ) : void | ||
EndUndoGroup ( bool keepChanges ) : void | ||
FindNext ( |
||
GetRdlText ( ) : string | ||
Goto ( |
||
Paste ( ) : void | ||
Print ( PrintDocument pd ) : void |
Print the report.
|
|
RdlEditPreview ( ) : System | ||
Redo ( ) : void | ||
ReplaceAll ( |
||
ReplaceNext ( |
||
SaveAs ( string filename, OutputPresentationType type ) : void | ||
SelectAll ( ) : void | ||
SetRdlText ( string text ) : void | ||
SetSelectedText ( string v ) : void | ||
StartUndoGroup ( string description ) : void | ||
Undo ( ) : void | ||
scintilla1_TextChanged ( object sender, |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ConfigureScintillaStyle ( ScintillaNET scintilla ) : void | ||
HighlightWord ( string text ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SetFocus ( ) : void | ||
SetTextToScintilla ( string text ) : void | ||
ShowEditLines ( bool bShow ) : void | ||
ShowPreviewWaitDialog ( bool bShow ) : void | ||
dcDesign_HeightChanged ( object sender, fyiReporting.RdlDesign.HeightEventArgs e ) : void | ||
dcDesign_OpenSubreport ( object sender, fyiReporting.RdlDesign.SubReportEventArgs e ) : void | ||
dcDesign_ReportChanged ( object sender, System e ) : void | ||
dcDesign_ReportItemInserted ( object sender, System e ) : void | ||
dcDesign_SelectionChanged ( object sender, System e ) : void | ||
dcDesign_SelectionMoved ( object sender, System e ) : void | ||
scintilla1_UpdateUI ( object sender, ScintillaNET.UpdateUIEventArgs e ) : void | ||
tcEHP_SelectedIndexChanged ( object sender, System e ) : void |
public ApplyStyleToSelected ( string name, string v ) : void | ||
name | string | |
v | string | |
return | void |
public EndUndoGroup ( bool keepChanges ) : void | ||
keepChanges | bool | |
return | void |
public FindNext ( |
||
ctl | ||
str | string | |
matchCase | bool | |
revertSearch | bool | |
showEndMsg | bool | |
return | void |
public Goto ( |
||
ctl | ||
nLine | int | |
return | void |
public ReplaceAll ( |
||
ctl | ||
str | string | |
strReplace | string | |
matchCase | bool | |
return | void |
public ReplaceNext ( |
||
ctl | ||
str | string | |
strReplace | string | |
matchCase | bool | |
return | void |
public SaveAs ( string filename, OutputPresentationType type ) : void | ||
filename | string | |
type | OutputPresentationType | |
return | void |
public StartUndoGroup ( string description ) : void | ||
description | string | |
return | void |
public scintilla1_TextChanged ( object sender, |
||
sender | object | |
e | ||
return | void |