Skip to main content
All docs
V25.2
  • XRPivotGrid.RestoreLayoutCore(XtraSerializer, String, OptionsLayoutBase) Method

    SECURITY-RELATED CONSIDERATIONS

    Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v25.2.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public virtual void RestoreLayoutCore(
        XtraSerializer serializer,
        string path,
        OptionsLayoutBase options
    )

    Parameters

    Name Type
    serializer DevExpress.Utils.Serializing.XtraSerializer
    path String
    options OptionsLayoutBase
    See Also