C# Class Rock.Apps.StatementGenerator.ContributionReport

Afficher le fichier Open project: SparkDevNetwork/Rock Class Usage Examples

Private Properties

Свойство Type Description
UpdateProgress void

Méthodes publiques

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

Méthodes protégées

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

Méthode Description
UpdateProgress ( string progressMessage ) : void

Updates the progress.

Method Details

ContributionReport() public méthode

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

RunReport() public méthode

Creates the document.
public RunReport ( ) : Document
Résultat Document

innerReport_OpeningRecordSet() protected méthode

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

mainQuery_OpeningRecordSet() protected méthode

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

orgInfoQuery_OpeningRecordSet() protected méthode

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

transactionDetailReport_OpeningRecordSet() public méthode

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