Back to Devexpress

SpecifyReportTemplateOptionsPage<TModel> Class

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-presenters-dot-specifyreporttemplateoptionspage-1.md

latest2.2 KB
Original Source

SpecifyReportTemplateOptionsPage<TModel> Class

Provides a presenter to the Specify Report Template Options page of the Report Wizard.

Namespace : DevExpress.XtraReports.Wizards.Presenters

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class SpecifyReportTemplateOptionsPage<TModel> :
    WizardPageBase<ISpecifyReportTemplateOptionsPageView, TModel>
    where TModel : XtraReportModel
vb
Public Class SpecifyReportTemplateOptionsPage(Of TModel As XtraReportModel)
    Inherits WizardPageBase(Of ISpecifyReportTemplateOptionsPageView, TModel)

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the ISpecifyReportTemplateOptionsPageView interface.

Inheritance

Object WizardPageBase<ISpecifyReportTemplateOptionsPageView, TModel> SpecifyReportTemplateOptionsPage<TModel>

See Also

SpecifyReportTemplateOptionsPage<TModel> Members

ISpecifyReportTemplateOptionsPageView

DevExpress.XtraReports.Wizards.Presenters Namespace