Skip to main content

DashboardExportOptionBuilder Members

A wrapper that provides access to DashboardExportExtensionOptions.

Methods

Name Description
AllowExportDashboard(Nullable<Boolean>) Specifies whether end-users can export a dashboard.
AllowExportDashboardItems(Nullable<Boolean>) Specifies whether the dashboard items can be exported by end-users.
Equals(Object, Object) static Determines 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.
ExcelExportOptions(Action<DashboardExcelExportOptions>) Contains options which define how the dashboard item is exported to the Excel format.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
ImageExportOptions(Action<DashboardImageExportOptions>) Contains options which define how the dashboard item is exported to the Image format.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OnExportDialogHidden(String) A handler for the event that occurs when the export dialog is hidden.
OnExportDialogShowing(String) A handler for the event that occurs before the export dialog is shown.
OnExportDialogShown(String) A handler for the event that occurs after the export dialog is shown.
PdfExportOptions(Action<DashboardPdfExportOptions>) Contains options which define how the dashboard item is exported to the PDF format.
ReferenceEquals(Object, Object) static Determines 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