Skip to main content
A newer version of this page is available. .

ReportInfo.IsReadOnly Property

Gets or sets a value indicating whether the report can be overridden by Report Designer at runtime.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

Assembly: DevExpress.Xpf.ReportDesigner.v21.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool IsReadOnly { get; set; }

Property Value

Type Description
Boolean

True, if the report can be overridden by Report Designer at runtime; otherwise, false.

See Also