WebReportsController.SetFormatSpecificExportActionsVisible(Boolean) Method
Activates or deactivates the WebReportsController.ExportToMhtAction, WebReportsController.ExportToPdfAction, WebReportsController.ExportToRtfAction and WebReportsController.ExportToXlsAction Actions.
Namespace: DevExpress.ExpressApp.ReportsV2.Web
Assembly: DevExpress.ExpressApp.ReportsV2.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
active | Boolean | true, if the format-specific Actions should be active, otherwise, false. |
Remarks
This method adds the WebReportsController.FormatSpecificExportActionsRequiredContext key to the ActionBase.Active list of each format-specific Action.
See Also