Skip to main content
All docs
V25.1
  • CanPublishOptions.AllFormats Property

    Specifies whether the control is visible on printouts and in all exported documents.

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    [Browsable(false)]
    public bool AllFormats { get; set; }

    Property Value

    Type Description
    Boolean

    true to make the control visible on printouts and in all exported documents; otherwise, false

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to AllFormats
    XRControl
    .CanPublishOptions .AllFormats

    Remarks

    Refer to the CanPublishOptions class description for an example.

    See Also