[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Wpf.DesignPrintingSettings

DesignPrintingSettings Class

Represents a decorator for PrintingSettings with additional attributes.

Inheritance
DesignPrintingSettings
Namespace: GrapeCity.ActiveReports.Viewer.Wpf
Assembly: MESCIUS.ActiveReports.Viewer.Wpf.dll
Syntax
public class DesignPrintingSettings

Constructors

Name Description
DesignPrintingSettings()

Fields

Name Description
Default

The default printing settings.

Properties

Name Description
ShowPrintDialog

Gets or sets a value indicating whether the print dialog should be shown.

ShowPrintProgressDialog

Gets or sets a value indicating whether the print progress dialog should be shown.

UsePrintingThread

Gets or sets a value indicating whether printing should be performed in a separate thread.

UseStandardDialog

Gets or sets a value indicating whether the standard print dialog should be shown.

Operators

Name Description
implicit operator PrintingSettings(DesignPrintingSettings)

Performs an implicit conversion from DesignPrintingSettings to PrintingSettings.

implicit operator DesignPrintingSettings(PrintingSettings)

Performs an implicit conversion from PrintingSettings to DesignPrintingSettings.