Skip to main content
All docs
V26.1
  • SchedulerControl.ShowPrintPreview(ReportTemplate, String, Boolean, Boolean) Method

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v26.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public void ShowPrintPreview(
        ReportTemplate reportTemplate,
        string title = null,
        bool dialog = false,
        bool ribbon = true
    )

    Parameters

    Name Type
    reportTemplate DevExpress.Xpf.Scheduling.ReportTemplate

    Optional Parameters

    Name Type Default
    title String null
    dialog Boolean False
    ribbon Boolean True
    See Also