xtrareports-devexpress-dot-xtrareports-dot-ui-dot-signatureoptions-bdab265c.md
Gets or sets whether to show captions for an XRPdfSignature control’s options (certificate name, distinguished name, location, date, and reason).
Namespace : DevExpress.XtraReports.UI
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
[DefaultValue(true)]
public bool ShowCaptions { get; set; }
<DefaultValue(True)>
Public Property ShowCaptions As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | true |
true , to show captions for an XRPdfSignature control’s options; otherwise, false.
|
You can access this nested property as listed below:
| Object Type | Path to ShowCaptions |
|---|---|
| XRPdfSignature |
.SignatureOptions .ShowCaptions
|
An XRPdfSignature control shows the certificate name, distinguished name, location, signature date, and signature reason. Disable options in the signature’s smart tag to hide these fields.
Disable the Show Captions property to exclude captions from the fields listed above.
| Show Captions Enabled | Show Captions Disabled |
|---|---|
See Also