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

    Specifies report control visibility when exporting to DOCX.

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    [DefaultValue(true)]
    public bool Docx { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true to make the control visible when exporting to DOCX; otherwise, false

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to Docx
    XRControl

    Remarks

    Refer to the CanPublishOptions class description for an example.

    See Also