Back to Devexpress

SignatureOptions.ShowCertificateName Property

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

latest1.6 KB
Original Source

SignatureOptions.ShowCertificateName Property

Gets or sets whether to show the certificate name in an XRPdfSignature control.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true , to show the certificate name in an XRPdfSignature control; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowCertificateName
XRPdfSignature

.SignatureOptions .ShowCertificateName

|

See Also

SignatureOptions Class

SignatureOptions Members

DevExpress.XtraReports.UI Namespace