C# 클래스 fyiReporting.RdlGtkViewer.ReportViewer

파일 보기 프로젝트 열기: majorsilence/My-FyiReporting

공개 프로퍼티들

프로퍼티 타입 설명
DataSourceReferencePassword NeedPassword

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ExportReport ( Report report, string FileName, OutputPresentationType exportType ) : void

Save the report to the output selected.

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

메소드 상세

AddParameterControls() 공개 메소드

public AddParameterControls ( ) : void
리턴 void

Build() 보호된 메소드

protected Build ( ) : void
리턴 void

CheckVisibility() 공개 메소드

public CheckVisibility ( ) : void
리턴 void

DisableActions() 공개 메소드

public DisableActions ( ) : void
리턴 void

EnableActions() 공개 메소드

public EnableActions ( ) : void
리턴 void

HandlePrintBeginPrint() 공개 메소드

public HandlePrintBeginPrint ( object o, BeginPrintArgs args ) : void
o object
args BeginPrintArgs
리턴 void

HandlePrintDrawPage() 공개 메소드

public HandlePrintDrawPage ( object o, DrawPageArgs args ) : void
o object
args DrawPageArgs
리턴 void

HandlePrintEndPrint() 공개 메소드

public HandlePrintEndPrint ( object o, EndPrintArgs args ) : void
o object
args EndPrintArgs
리턴 void

LoadReport() 공개 메소드

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

LoadReport() 공개 메소드

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

LoadReport() 공개 메소드

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
리턴 void

LoadReport() 공개 메소드

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

OnErrorsActionToggled() 공개 메소드

public OnErrorsActionToggled ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

OnHpanedReportSizeAllocated() 보호된 메소드

protected OnHpanedReportSizeAllocated ( object o, Gtk args ) : void
o object
args Gtk
리턴 void

OnPdfActionActivated() 보호된 메소드

protected OnPdfActionActivated ( object sender, System e ) : void
sender object
e System
리턴 void

OnPrintActionActivated() 보호된 메소드

protected OnPrintActionActivated ( object sender, System e ) : void
sender object
e System
리턴 void

OnRefreshActionActivated() 보호된 메소드

protected OnRefreshActionActivated ( object sender, System e ) : void
sender object
e System
리턴 void

OnShown() 보호된 메소드

protected OnShown ( ) : void
리턴 void

OnZoomInActionActivated() 보호된 메소드

protected OnZoomInActionActivated ( object sender, System e ) : void
sender object
e System
리턴 void

OnZoomOutActionActivated() 보호된 메소드

protected OnZoomOutActionActivated ( object sender, System e ) : void
sender object
e System
리턴 void

RefreshReport() 공개 메소드

public RefreshReport ( ) : void
리턴 void

ReportViewer() 공개 메소드

public ReportViewer ( ) : System
리턴 System

SetErrorMessages() 공개 메소드

public SetErrorMessages ( IList errors ) : void
errors IList
리턴 void

SetHPanedPosition() 공개 메소드

public SetHPanedPosition ( ) : void
리턴 void

SetParametersFromControls() 공개 메소드

public SetParametersFromControls ( ) : void
리턴 void

프로퍼티 상세

DataSourceReferencePassword 공개적으로 프로퍼티

public NeedPassword DataSourceReferencePassword
리턴 NeedPassword