C# Class fyiReporting.RdlGtkViewer.ReportViewer

Show file Open project: majorsilence/My-FyiReporting

Public Properties

Property Type Description
DataSourceReferencePassword NeedPassword

Public Methods

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

Protected Methods

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

Private Methods

Method Description
ExportReport ( Report report, string FileName, OutputPresentationType exportType ) : void

Save the report to the output selected.

GetParmeters ( string parms ) : ListDictionary
GetReport ( string reportSource ) : Report

Method Details

AddParameterControls() public method

public AddParameterControls ( ) : void
return void

Build() protected method

protected Build ( ) : void
return void

CheckVisibility() public method

public CheckVisibility ( ) : void
return void

DisableActions() public method

public DisableActions ( ) : void
return void

EnableActions() public method

public EnableActions ( ) : void
return void

HandlePrintBeginPrint() public method

public HandlePrintBeginPrint ( object o, BeginPrintArgs args ) : void
o object
args BeginPrintArgs
return void

HandlePrintDrawPage() public method

public HandlePrintDrawPage ( object o, DrawPageArgs args ) : void
o object
args DrawPageArgs
return void

HandlePrintEndPrint() public method

public HandlePrintEndPrint ( object o, EndPrintArgs args ) : void
o object
args EndPrintArgs
return void

LoadReport() public method

Loads the report.
public LoadReport ( Uri filename ) : void
filename Uri /// Filename. ///
return void

LoadReport() public method

Loads the report.
public LoadReport ( Uri sourcefile, string parameters ) : void
sourcefile Uri /// Filename. ///
parameters string /// Example: parameter1=someValue¶meter2=anotherValue ///
return void

LoadReport() public method

Loads the report.
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

LoadReport() public method

Loads the report.
public LoadReport ( string source, string parameters ) : void
source string Xml source of report
parameters string Example: parameter1=someValue¶meter2=anotherValue
return void

OnErrorsActionToggled() public method

public OnErrorsActionToggled ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

OnHpanedReportSizeAllocated() protected method

protected OnHpanedReportSizeAllocated ( object o, Gtk args ) : void
o object
args Gtk
return void

OnPdfActionActivated() protected method

protected OnPdfActionActivated ( object sender, System e ) : void
sender object
e System
return void

OnPrintActionActivated() protected method

protected OnPrintActionActivated ( object sender, System e ) : void
sender object
e System
return void

OnRefreshActionActivated() protected method

protected OnRefreshActionActivated ( object sender, System e ) : void
sender object
e System
return void

OnShown() protected method

protected OnShown ( ) : void
return void

OnZoomInActionActivated() protected method

protected OnZoomInActionActivated ( object sender, System e ) : void
sender object
e System
return void

OnZoomOutActionActivated() protected method

protected OnZoomOutActionActivated ( object sender, System e ) : void
sender object
e System
return void

RefreshReport() public method

public RefreshReport ( ) : void
return void

ReportViewer() public method

public ReportViewer ( ) : System
return System

SetErrorMessages() public method

public SetErrorMessages ( IList errors ) : void
errors IList
return void

SetHPanedPosition() public method

public SetHPanedPosition ( ) : void
return void

SetParametersFromControls() public method

public SetParametersFromControls ( ) : void
return void

Property Details

DataSourceReferencePassword public property

public NeedPassword DataSourceReferencePassword
return NeedPassword