Skip to main content
A newer version of this page is available. .

ReportGalleryDirectoryExtension(String) Constructor

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

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public ReportGalleryDirectoryExtension(
    string path
)

Parameters

Name Type Description
path String

A String value that specifies the path to the file where the Report Gallery should be saved.

See Also