Back to Devexpress

CanPublishOptions Members

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-canpublishoptions-dot-underscore-members.md

latest4.2 KB
Original Source

CanPublishOptions Members

Contains settings that specify report control visibility on printouts and documents exported to specific formats.

Constructors

NameDescription
CanPublishOptions()Initializes a new instance of the CanPublishOptions class.

Properties

NameDescription
AllFormatsSpecifies whether the control is visible on printouts and in all exported documents.
CsvSpecifies report control visibility when exporting to CSV.
DocxSpecifies report control visibility when exporting to DOCX.
HtmSpecifies report control visibility when exporting to HTM.
ImageSpecifies report control visibility when exporting as an image.
MhtSpecifies report control visibility when exporting to MHT.
PdfSpecifies report control visibility when exporting to PDF.
PrintingSpecifies report control visibility on printouts.
RtfSpecifies report control visibility when exporting to RTF.
TxtSpecifies report control visibility when exporting to TXT.
XlsSpecifies report control visibility when exporting to XLS.
XlsxSpecifies report control visibility when exporting to XLSX.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

CanPublishOptions Class

DevExpress.XtraReports.UI Namespace