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

ReportDesignerDocument.Source Property

Gets the source of the current report designer document. This is a dependency property.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public object Source { get; }

Property Value

Type Description
Object

An object that specifies the document source.

Remarks

The following source types are supported:

See Also