Property | Type | Description | |
---|---|---|---|
UpdateProgress | void |
Method | Description | |
---|---|---|
ContributionReport ( |
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.
|
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.
|
Method | Description | |
---|---|---|
UpdateProgress ( string progressMessage ) : void |
Updates the progress.
|
public ContributionReport ( |
||
options | ||
return | System |
protected innerReport_OpeningRecordSet ( object sender, OpeningRecordSetEventArgs e ) : void | ||
sender | object | The source of the event. |
e | OpeningRecordSetEventArgs | The |
return | void |
protected mainQuery_OpeningRecordSet ( object sender, OpeningRecordSetEventArgs e ) : void | ||
sender | object | The source of the event. |
e | OpeningRecordSetEventArgs | The |
return | void |
protected orgInfoQuery_OpeningRecordSet ( object sender, OpeningRecordSetEventArgs e ) : void | ||
sender | object | The source of the event. |
e | OpeningRecordSetEventArgs | The |
return | void |
public transactionDetailReport_OpeningRecordSet ( object sender, OpeningRecordSetEventArgs e ) : void | ||
sender | object | The source of the event. |
e | OpeningRecordSetEventArgs | The |
return | void |