C# 클래스 Rock.Apps.StatementGenerator.ContributionReport

파일 보기 프로젝트 열기: SparkDevNetwork/Rock 1 사용 예제들

Private Properties

프로퍼티 타입 설명
UpdateProgress void

공개 메소드들

메소드 설명
ContributionReport ( ReportOptions options ) : System

Initializes a new instance of the ContributionReport class.

RunReport ( ) : Document

Creates the document.

transactionDetailReport_OpeningRecordSet ( object sender, OpeningRecordSetEventArgs e ) : void

Handles the OpeningRecordSet event of the transactionDetailReport control.

보호된 메소드들

메소드 설명
innerReport_OpeningRecordSet ( object sender, OpeningRecordSetEventArgs e ) : void

Handles the OpeningRecordSet event of the innerReport control.

mainQuery_OpeningRecordSet ( object sender, OpeningRecordSetEventArgs e ) : void

Handles the OpeningRecordSet event of the query control.

orgInfoQuery_OpeningRecordSet ( object sender, OpeningRecordSetEventArgs e ) : void

Handles the OpeningRecordSet event of the orgInfoQuery control.

비공개 메소드들

메소드 설명
UpdateProgress ( string progressMessage ) : void

Updates the progress.

메소드 상세

ContributionReport() 공개 메소드

Initializes a new instance of the ContributionReport class.
public ContributionReport ( ReportOptions options ) : System
options ReportOptions
리턴 System

RunReport() 공개 메소드

Creates the document.
public RunReport ( ) : Document
리턴 Document

innerReport_OpeningRecordSet() 보호된 메소드

Handles the OpeningRecordSet event of the innerReport control.
protected innerReport_OpeningRecordSet ( object sender, OpeningRecordSetEventArgs e ) : void
sender object The source of the event.
e OpeningRecordSetEventArgs The instance containing the event data.
리턴 void

mainQuery_OpeningRecordSet() 보호된 메소드

Handles the OpeningRecordSet event of the query control.
protected mainQuery_OpeningRecordSet ( object sender, OpeningRecordSetEventArgs e ) : void
sender object The source of the event.
e OpeningRecordSetEventArgs The instance containing the event data.
리턴 void

orgInfoQuery_OpeningRecordSet() 보호된 메소드

Handles the OpeningRecordSet event of the orgInfoQuery control.
protected orgInfoQuery_OpeningRecordSet ( object sender, OpeningRecordSetEventArgs e ) : void
sender object The source of the event.
e OpeningRecordSetEventArgs The instance containing the event data.
리턴 void

transactionDetailReport_OpeningRecordSet() 공개 메소드

Handles the OpeningRecordSet event of the transactionDetailReport control.
public transactionDetailReport_OpeningRecordSet ( object sender, OpeningRecordSetEventArgs e ) : void
sender object The source of the event.
e OpeningRecordSetEventArgs The instance containing the event data.
리턴 void