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 |
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 |
Method | Description | |
---|---|---|
FileSave ( |
||
GetRdlSource ( ) : string | ||
MDIChild ( ) : System | ||
MDIChild_Closing ( object sender, System e ) : void | ||
MDIChild_Load ( object sender, |
||
SetFocus ( ) : void | ||
SetTitle ( ) : void | ||
ShowPreviewWaitDialog ( bool bShow ) : void | ||
doPossibleDecryption ( String rdl ) : String | ||
doPossibleEncryption ( |
||
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 |
public ApplyStyleToSelected ( string name, string v ) : void | ||
name | string | |
v | string | |
return | void |
public MDIChild ( int width, int height ) : System | ||
width | int | |
height | int | |
return | System |
public SaveAs ( string filename, OutputPresentationType type ) : void | ||
filename | string | |
type | OutputPresentationType | |
return | void |