<div class="adf-analytics-container">
    <adf-analytics-report-parameters [appId]="appId" [reportId]="reportId"
                                 [hideComponent]="hideParameters"
                                 (formValueChanged)="reset()"
                                 (success)="showReport($event)"
                                 (saveReportSuccess)="onSaveReportSuccess($event)"
                                 (deleteReportSuccess)="onDeleteReportSuccess()"
                                 (edit)="onEditReport($event)">
    </adf-analytics-report-parameters>

    <adf-analytics-generator [reportId]="reportId"
                                  [reportParamQuery]="reportParamQuery"
                                  #analyticsGenerator>
    </adf-analytics-generator>
</div>