C# Class fyiReporting.RdlDesign.RdlEditPreview

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

Méthodes publiques

Свойство Type Description
FindTab FindTab

Private Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public ApplyStyleToSelected ( string name, string v ) : void
name string
v string
Résultat void

CleanUp() public méthode

public CleanUp ( ) : void
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

ClearSearchHighlight() public méthode

public ClearSearchHighlight ( ) : void
Résultat void

ClearUndo() public méthode

public ClearUndo ( ) : void
Résultat void

Copy() public méthode

public Copy ( ) : void
Résultat void

Cut() public méthode

public Cut ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EndUndoGroup() public méthode

public EndUndoGroup ( bool keepChanges ) : void
keepChanges bool
Résultat void

FindNext() public méthode

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
Résultat void

GetRdlText() public méthode

public GetRdlText ( ) : string
Résultat string

Goto() public méthode

public Goto ( Control ctl, int nLine ) : void
ctl System.Windows.Forms.Control
nLine int
Résultat void

Paste() public méthode

public Paste ( ) : void
Résultat void

Print() public méthode

Print the report.
public Print ( PrintDocument pd ) : void
pd PrintDocument
Résultat void

RdlEditPreview() public méthode

public RdlEditPreview ( ) : System
Résultat System

Redo() public méthode

public Redo ( ) : void
Résultat void

ReplaceAll() public méthode

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

ReplaceNext() public méthode

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

SaveAs() public méthode

public SaveAs ( string filename, OutputPresentationType type ) : void
filename string
type OutputPresentationType
Résultat void

SelectAll() public méthode

public SelectAll ( ) : void
Résultat void

SetRdlText() public méthode

public SetRdlText ( string text ) : void
text string
Résultat void

SetSelectedText() public méthode

public SetSelectedText ( string v ) : void
v string
Résultat void

StartUndoGroup() public méthode

public StartUndoGroup ( string description ) : void
description string
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void

scintilla1_TextChanged() public méthode

public scintilla1_TextChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

FindTab public_oe property

public FindTab,fyiReporting.RdlDesign FindTab
Résultat FindTab