C# 클래스 fyiReporting.RdlDesign.MDIChild

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

Private Properties

프로퍼티 타입 설명
FileSave bool
GetRdlSource string
MDIChild System
MDIChild_Closing void
MDIChild_Load void
SetFocus void
SetTitle void
ShowPreviewWaitDialog void
doPossibleDecryption String
doPossibleEncryption String
rdlDesigner_DesignTabChanged void
rdlDesigner_HeightChanged void
rdlDesigner_OpenSubreport void
rdlDesigner_RdlChanged void
rdlDesigner_ReportItemInserted void
rdlDesigner_SelectionChanged void
rdlDesigner_SelectionMoved void

공개 메소드들

메소드 설명
ApplyStyleToSelected ( string name, string v ) : void
Export ( fyiReporting type ) : bool
FileSave ( ) : bool
FileSaveAs ( ) : bool
GetRdlText ( ) : string
MDIChild ( int width, int height ) : System
OkToClose ( ) : bool
Print ( PrintDocument pd ) : void

Print the report.

SaveAs ( string filename, OutputPresentationType type ) : void
ShowEditLines ( bool bShow ) : void

비공개 메소드들

메소드 설명
FileSave ( Uri file, string rdl ) : bool
GetRdlSource ( ) : string
MDIChild ( ) : System
MDIChild_Closing ( object sender, System e ) : void
MDIChild_Load ( object sender, EventArgs e ) : void
SetFocus ( ) : void
SetTitle ( ) : void
ShowPreviewWaitDialog ( bool bShow ) : void
doPossibleDecryption ( String rdl ) : String
doPossibleEncryption ( Uri file, String rdl ) : String
rdlDesigner_DesignTabChanged ( object sender, System e ) : void
rdlDesigner_HeightChanged ( object sender, fyiReporting.RdlDesign.HeightEventArgs e ) : void
rdlDesigner_OpenSubreport ( object sender, fyiReporting.RdlDesign.SubReportEventArgs e ) : void
rdlDesigner_RdlChanged ( object sender, System e ) : void
rdlDesigner_ReportItemInserted ( object sender, System e ) : void
rdlDesigner_SelectionChanged ( object sender, System e ) : void
rdlDesigner_SelectionMoved ( object sender, System e ) : void

메소드 상세

ApplyStyleToSelected() 공개 메소드

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

Export() 공개 메소드

public Export ( fyiReporting type ) : bool
type fyiReporting
리턴 bool

FileSave() 공개 메소드

public FileSave ( ) : bool
리턴 bool

FileSaveAs() 공개 메소드

public FileSaveAs ( ) : bool
리턴 bool

GetRdlText() 공개 메소드

public GetRdlText ( ) : string
리턴 string

MDIChild() 공개 메소드

public MDIChild ( int width, int height ) : System
width int
height int
리턴 System

OkToClose() 공개 메소드

public OkToClose ( ) : bool
리턴 bool

Print() 공개 메소드

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

SaveAs() 공개 메소드

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

ShowEditLines() 공개 메소드

public ShowEditLines ( bool bShow ) : void
bShow bool
리턴 void