CreateReportExpanderArgs(Report: IReportBox; Sheet: IPrxSheet; Row: Integer; Column: Integer; State: TriState);
CreateReportExpanderArgs(Report: Prognoz.Platform.Interop.Report.ReportBox; Sheet: Prognoz.Platform.Interop.Report.IPrxSheet; Row: Integer; Column: Integer; State: Prognoz.Platform.Interop.ForeSystem.TriState);
Report. The component, for which the event is generated.
Sheet. The report page, for which the event is generated.
Row. The index of the row that contains expander.
Column. The index of the column that contains expander.
State. Expander state.
The CreateReportExpanderArgs constructor creates an argument of the event that occurs on changing state of expander displayed in a data grid cell.
See also: