C# Class fyiReporting.RdlDesign.MDIChild

Inheritance: System.Windows.Forms.Form
Show file Open project: majorsilence/My-FyiReporting Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

ApplyStyleToSelected() public method

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

Export() public method

public Export ( fyiReporting type ) : bool
type fyiReporting
return bool

FileSave() public method

public FileSave ( ) : bool
return bool

FileSaveAs() public method

public FileSaveAs ( ) : bool
return bool

GetRdlText() public method

public GetRdlText ( ) : string
return string

MDIChild() public method

public MDIChild ( int width, int height ) : System
width int
height int
return System

OkToClose() public method

public OkToClose ( ) : bool
return bool

Print() public method

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

SaveAs() public method

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

ShowEditLines() public method

public ShowEditLines ( bool bShow ) : void
bShow bool
return void