C# Class Rock.Apps.StatementGenerator.ContributionReport

Show file Open project: SparkDevNetwork/Rock Class Usage Examples

Private Properties

Property Type Description
UpdateProgress void

Public Methods

Method Description
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.

Protected Methods

Method Description
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.

Private Methods

Method Description
UpdateProgress ( string progressMessage ) : void

Updates the progress.

Method Details

ContributionReport() public method

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

RunReport() public method

Creates the document.
public RunReport ( ) : Document
return Document

innerReport_OpeningRecordSet() protected method

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.
return void

mainQuery_OpeningRecordSet() protected method

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.
return void

orgInfoQuery_OpeningRecordSet() protected method

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.
return void

transactionDetailReport_OpeningRecordSet() public method

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.
return void