C# 클래스 fyiReporting.RdlDesign.RdlEditPreview

Summary description for RdlEditPreview.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: majorsilence/My-FyiReporting 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FindTab FindTab

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

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

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

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

메소드 상세

ApplyStyleToSelected() 공개 메소드

public ApplyStyleToSelected ( string name, string v ) : void
name string
v string
리턴 void

CleanUp() 공개 메소드

public CleanUp ( ) : void
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ClearSearchHighlight() 공개 메소드

public ClearSearchHighlight ( ) : void
리턴 void

ClearUndo() 공개 메소드

public ClearUndo ( ) : void
리턴 void

Copy() 공개 메소드

public Copy ( ) : void
리턴 void

Cut() 공개 메소드

public Cut ( ) : void
리턴 void

Dispose() 보호된 메소드

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

EndUndoGroup() 공개 메소드

public EndUndoGroup ( bool keepChanges ) : void
keepChanges bool
리턴 void

FindNext() 공개 메소드

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
리턴 void

GetRdlText() 공개 메소드

public GetRdlText ( ) : string
리턴 string

Goto() 공개 메소드

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

Paste() 공개 메소드

public Paste ( ) : void
리턴 void

Print() 공개 메소드

Print the report.
public Print ( PrintDocument pd ) : void
pd PrintDocument
리턴 void

RdlEditPreview() 공개 메소드

public RdlEditPreview ( ) : System
리턴 System

Redo() 공개 메소드

public Redo ( ) : void
리턴 void

ReplaceAll() 공개 메소드

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

ReplaceNext() 공개 메소드

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

SaveAs() 공개 메소드

public SaveAs ( string filename, OutputPresentationType type ) : void
filename string
type OutputPresentationType
리턴 void

SelectAll() 공개 메소드

public SelectAll ( ) : void
리턴 void

SetRdlText() 공개 메소드

public SetRdlText ( string text ) : void
text string
리턴 void

SetSelectedText() 공개 메소드

public SetSelectedText ( string v ) : void
v string
리턴 void

StartUndoGroup() 공개 메소드

public StartUndoGroup ( string description ) : void
description string
리턴 void

Undo() 공개 메소드

public Undo ( ) : void
리턴 void

scintilla1_TextChanged() 공개 메소드

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

프로퍼티 상세

FindTab 공개적으로 프로퍼티

public FindTab,fyiReporting.RdlDesign FindTab
리턴 FindTab