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

WebReportsController.SetFormatSpecificExportActionsVisible(Boolean) Method

Namespace: DevExpress.ExpressApp.ReportsV2.Web

Assembly: DevExpress.ExpressApp.ReportsV2.Web.v18.2.dll

Declaration

public void SetFormatSpecificExportActionsVisible(
    bool active
)

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