Back to Devexpress

ReportPreviewSettings Class

corelibraries-devexpress-dot-xtrareports-dot-web-dot-reportdesigner-dot-datacontracts.md

latest1.6 KB
Original Source

ReportPreviewSettings Class

Contains settings that apply to the Report Designer Preview.

Namespace : DevExpress.XtraReports.Web.ReportDesigner.DataContracts

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[DataContract]
public class ReportPreviewSettings :
    SerializableSettingsBase
vb
<DataContract>
Public Class ReportPreviewSettings
    Inherits SerializableSettingsBase

The following members return ReportPreviewSettings objects:

Inheritance

Object DevExpress.Utils.SerializableSettingsBase ReportPreviewSettings

See Also

ReportPreviewSettings Members

DevExpress.XtraReports.Web.ReportDesigner.DataContracts Namespace