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

ReportDesignerDocument.LoadFrom(Object) Method

For internal use. Loads a report from the specified source and opens it in the current designer document.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

[Browsable(false)]
public bool LoadFrom(
    object source
)

Parameters

Name Type Description
source Object

A source object that contains a report to be loaded.

Returns

Type Description
Boolean

true, if the report has been successfully loaded; otherwise, false.

See Also