C# Класс Rock.Apps.StatementGenerator.ContributionReport

Показать файл Открыть проект Примеры использования класса

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