C# Class fyiReporting.RdlGtkViewer.ReportViewer

Afficher le fichier Open project: majorsilence/My-FyiReporting

Méthodes publiques

Свойство Type Description
DataSourceReferencePassword NeedPassword

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode 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 méthode

public AddParameterControls ( ) : void
Résultat void

Build() protected méthode

protected Build ( ) : void
Résultat void

CheckVisibility() public méthode

public CheckVisibility ( ) : void
Résultat void

DisableActions() public méthode

public DisableActions ( ) : void
Résultat void

EnableActions() public méthode

public EnableActions ( ) : void
Résultat void

HandlePrintBeginPrint() public méthode

public HandlePrintBeginPrint ( object o, BeginPrintArgs args ) : void
o object
args BeginPrintArgs
Résultat void

HandlePrintDrawPage() public méthode

public HandlePrintDrawPage ( object o, DrawPageArgs args ) : void
o object
args DrawPageArgs
Résultat void

HandlePrintEndPrint() public méthode

public HandlePrintEndPrint ( object o, EndPrintArgs args ) : void
o object
args EndPrintArgs
Résultat void

LoadReport() public méthode

Loads the report.
public LoadReport ( Uri filename ) : void
filename Uri /// Filename. ///
Résultat void

LoadReport() public méthode

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

LoadReport() public méthode

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
Résultat void

LoadReport() public méthode

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

OnErrorsActionToggled() public méthode

public OnErrorsActionToggled ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

OnHpanedReportSizeAllocated() protected méthode

protected OnHpanedReportSizeAllocated ( object o, Gtk args ) : void
o object
args Gtk
Résultat void

OnPdfActionActivated() protected méthode

protected OnPdfActionActivated ( object sender, System e ) : void
sender object
e System
Résultat void

OnPrintActionActivated() protected méthode

protected OnPrintActionActivated ( object sender, System e ) : void
sender object
e System
Résultat void

OnRefreshActionActivated() protected méthode

protected OnRefreshActionActivated ( object sender, System e ) : void
sender object
e System
Résultat void

OnShown() protected méthode

protected OnShown ( ) : void
Résultat void

OnZoomInActionActivated() protected méthode

protected OnZoomInActionActivated ( object sender, System e ) : void
sender object
e System
Résultat void

OnZoomOutActionActivated() protected méthode

protected OnZoomOutActionActivated ( object sender, System e ) : void
sender object
e System
Résultat void

RefreshReport() public méthode

public RefreshReport ( ) : void
Résultat void

ReportViewer() public méthode

public ReportViewer ( ) : System
Résultat System

SetErrorMessages() public méthode

public SetErrorMessages ( IList errors ) : void
errors IList
Résultat void

SetHPanedPosition() public méthode

public SetHPanedPosition ( ) : void
Résultat void

SetParametersFromControls() public méthode

public SetParametersFromControls ( ) : void
Résultat void

Property Details

DataSourceReferencePassword public_oe property

public NeedPassword DataSourceReferencePassword
Résultat NeedPassword