Skip to main content
All docs
V26.1
  • CustomWizardData.ReportTemplateID Property

    The ID of the report template for which the user invoked the Report Wizard.

    Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

    Assembly: DevExpress.XtraReports.v26.1.Web.dll

    Declaration

    [DataMember(Name = "reportTemplateID")]
    public string ReportTemplateID { get; set; }

    Property Value

    Type Description
    String

    A report template identifier.

    See Also