@if (WebReport.Outline && (WebReport.Report.PreparedPages?.OutlineXml?.Count ?? 0) != 0)
{
}
@ChildContent
@code {
[Parameter]
public WebReport WebReport { get; set; }
[Parameter]
public RenderFragment ChildContent { get; set; }
[Parameter]
public EventCallback