Back to Devexpress

SignatureOptions.ShowCaptions Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-signatureoptions-bdab265c.md

latest2.6 KB
Original Source

SignatureOptions.ShowCaptions Property

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

Declaration

csharp
[DefaultValue(true)]
public bool ShowCaptions { get; set; }
vb
<DefaultValue(True)>
Public Property ShowCaptions As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to show captions for an XRPdfSignature control’s options; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowCaptions
XRPdfSignature

.SignatureOptions .ShowCaptions

|

Remarks

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 EnabledShow Captions Disabled

See Also

SignatureOptions Class

SignatureOptions Members

DevExpress.XtraReports.UI Namespace