Property | Type | Description | |
---|---|---|---|
DataSourceReferencePassword | NeedPassword |
Method | Description | |
---|---|---|
AddParameterControls ( ) : void | ||
CheckVisibility ( ) : void | ||
DisableActions ( ) : void | ||
EnableActions ( ) : void | ||
HandlePrintBeginPrint ( object o, BeginPrintArgs args ) : void | ||
HandlePrintDrawPage ( object o, DrawPageArgs args ) : void | ||
HandlePrintEndPrint ( object o, EndPrintArgs args ) : void | ||
LoadReport ( Uri filename ) : void |
Loads the report.
|
|
LoadReport ( Uri sourcefile, string parameters ) : void |
Loads the report.
|
|
LoadReport ( Uri filename, string parameters, string connectionString, bool overwriteSubreportConnection = false ) : void |
Loads the report.
|
|
LoadReport ( string source, string parameters ) : void |
Loads the report.
|
|
OnErrorsActionToggled ( object sender, EventArgs e ) : void | ||
RefreshReport ( ) : void | ||
ReportViewer ( ) : System | ||
SetErrorMessages ( IList errors ) : void | ||
SetHPanedPosition ( ) : void | ||
SetParametersFromControls ( ) : void |
Method | Description | |
---|---|---|
Build ( ) : void | ||
OnHpanedReportSizeAllocated ( object o, Gtk args ) : void | ||
OnPdfActionActivated ( object sender, System e ) : void | ||
OnPrintActionActivated ( object sender, System e ) : void | ||
OnRefreshActionActivated ( object sender, System e ) : void | ||
OnShown ( ) : void | ||
OnZoomInActionActivated ( object sender, System e ) : void | ||
OnZoomOutActionActivated ( object sender, System e ) : void |
Method | Description | |
---|---|---|
ExportReport ( Report report, string FileName, OutputPresentationType exportType ) : void |
Save the report to the output selected.
|
|
GetParmeters ( string parms ) : |
||
GetReport ( string reportSource ) : Report |
public HandlePrintBeginPrint ( object o, BeginPrintArgs args ) : void | ||
o | object | |
args | BeginPrintArgs | |
return | void |
public HandlePrintDrawPage ( object o, DrawPageArgs args ) : void | ||
o | object | |
args | DrawPageArgs | |
return | void |
public HandlePrintEndPrint ( object o, EndPrintArgs args ) : void | ||
o | object | |
args | EndPrintArgs | |
return | void |
public LoadReport ( Uri filename ) : void | ||
filename | Uri | /// Filename. /// |
return | void |
public LoadReport ( Uri sourcefile, string parameters ) : void | ||
sourcefile | Uri | /// Filename. /// |
parameters | string | /// Example: parameter1=someValue¶meter2=anotherValue /// |
return | void |
public LoadReport ( Uri filename, string parameters, string connectionString, bool overwriteSubreportConnection = false ) : void | ||
filename | Uri | Filename. |
parameters | string | Example: parameter1=someValue¶meter2=anotherValue |
connectionString | string | Relace all Connection string in report. |
overwriteSubreportConnection | bool | |
return | void |
public LoadReport ( string source, string parameters ) : void | ||
source | string | Xml source of report |
parameters | string | Example: parameter1=someValue¶meter2=anotherValue |
return | void |
public OnErrorsActionToggled ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected OnHpanedReportSizeAllocated ( object o, Gtk args ) : void | ||
o | object | |
args | Gtk | |
return | void |
protected OnPdfActionActivated ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
protected OnPrintActionActivated ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
protected OnRefreshActionActivated ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
protected OnZoomInActionActivated ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
protected OnZoomOutActionActivated ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
public SetErrorMessages ( IList errors ) : void | ||
errors | IList | |
return | void |