Skip to main content

ReportGalleryDirectoryExtension(String) Constructor

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

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

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.

Remarks

See the ReportGalleryDirectoryExtension class description for more information and an example.

See Also