C# Class fyiReporting.RdlDesign.RdlEditPreview

Summary description for RdlEditPreview.
Inheritance: System.Windows.Forms.UserControl
Show file Open project: majorsilence/My-FyiReporting Class Usage Examples

Public Properties

Property Type Description
FindTab FindTab

Private Properties

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

Public Methods

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 ( Control ctl, string str, bool matchCase, bool revertSearch, bool showEndMsg = true ) : void
GetRdlText ( ) : string
Goto ( Control ctl, int nLine ) : void
Paste ( ) : void
Print ( PrintDocument pd ) : void

Print the report.

RdlEditPreview ( ) : System
Redo ( ) : void
ReplaceAll ( Control ctl, string str, string strReplace, bool matchCase ) : void
ReplaceNext ( Control ctl, string str, string strReplace, bool matchCase ) : void
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, EventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

ApplyStyleToSelected() public method

public ApplyStyleToSelected ( string name, string v ) : void
name string
v string
return void

CleanUp() public method

public CleanUp ( ) : void
return void

Clear() public method

public Clear ( ) : void
return void

ClearSearchHighlight() public method

public ClearSearchHighlight ( ) : void
return void

ClearUndo() public method

public ClearUndo ( ) : void
return void

Copy() public method

public Copy ( ) : void
return void

Cut() public method

public Cut ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

EndUndoGroup() public method

public EndUndoGroup ( bool keepChanges ) : void
keepChanges bool
return void

FindNext() public method

public FindNext ( Control ctl, string str, bool matchCase, bool revertSearch, bool showEndMsg = true ) : void
ctl System.Windows.Forms.Control
str string
matchCase bool
revertSearch bool
showEndMsg bool
return void

GetRdlText() public method

public GetRdlText ( ) : string
return string

Goto() public method

public Goto ( Control ctl, int nLine ) : void
ctl System.Windows.Forms.Control
nLine int
return void

Paste() public method

public Paste ( ) : void
return void

Print() public method

Print the report.
public Print ( PrintDocument pd ) : void
pd PrintDocument
return void

RdlEditPreview() public method

public RdlEditPreview ( ) : System
return System

Redo() public method

public Redo ( ) : void
return void

ReplaceAll() public method

public ReplaceAll ( Control ctl, string str, string strReplace, bool matchCase ) : void
ctl System.Windows.Forms.Control
str string
strReplace string
matchCase bool
return void

ReplaceNext() public method

public ReplaceNext ( Control ctl, string str, string strReplace, bool matchCase ) : void
ctl System.Windows.Forms.Control
str string
strReplace string
matchCase bool
return void

SaveAs() public method

public SaveAs ( string filename, OutputPresentationType type ) : void
filename string
type OutputPresentationType
return void

SelectAll() public method

public SelectAll ( ) : void
return void

SetRdlText() public method

public SetRdlText ( string text ) : void
text string
return void

SetSelectedText() public method

public SetSelectedText ( string v ) : void
v string
return void

StartUndoGroup() public method

public StartUndoGroup ( string description ) : void
description string
return void

Undo() public method

public Undo ( ) : void
return void

scintilla1_TextChanged() public method

public scintilla1_TextChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

FindTab public property

public FindTab,fyiReporting.RdlDesign FindTab
return FindTab