IMasterDetailChooseSummaryOptionsPageView Members
If implemented, provides a view for the Specify Summary Options (Multi-Query Version) page of the Report Wizard.Properties
Name | Description |
---|---|
IgnoreNullValues | If implemented, specifies the state of the Ignore null values check box. |
SelectedQuery | If implemented, specifies a query selected on a wizard page. |
Methods
Name | Description |
---|---|
FillColumnSummaries(ColumnSummariesSet) | If implemented, fills the Summary functions drop-downs with available summary types. |
Initialize(IEnumerable<MasterDetailQueryInfo>) | If implemented, initializes a wizard page with the list of available queries. |
SetAvailableColumns(ColumnInfo[]) | If implemented, fills the Fields drop-downs with available columns. |
Events
Name | Description |
---|---|
ColumnSummariesChanged | Occurs when the collection of currently selected summaries is changed. |
SelectedQueryChanged | Occurs when a query selected on a wizard page is changed. |
See Also