Skip to main content

TemplateInfo(String, TemplateCategory, Type, Image) Constructor

Initializes a new instance of the TemplateInfo class with the specified settings.

Namespace: DevExpress.XtraReports.Wizards.Templates

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public TemplateInfo(
    string templateName,
    TemplateCategory templateCategory,
    Type reportType,
    Image previewImage
)

Parameters

Name Type Description
templateName String

A String value, specifying the template name. This value is assigned to the TemplateInfoBase.Name property.

templateCategory TemplateCategory

A TemplateCategory enumeration value. This value is assigned to the TemplateInfoBase.Category property.

reportType Type

A Type object. This value is assigned to the TemplateInfoBase.ReportType property.

previewImage Image

A Image object. This value is assigned to the TemplateInfoBase.PreviewImage property.

See Also