Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • .NET Framework 4.5.2+
    • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

    SnapDocumentServer.BeforeLoadCustomAssembly Event

    Occurs when the a report template (.snx file) is loaded which contains the Entity Framework data source originated from a compiled assembly.

    Namespace: DevExpress.Snap

    Assembly: DevExpress.Docs.v21.2.dll

    NuGet Package: DevExpress.Document.Processor

    Declaration

    public event BeforeLoadCustomAssemblyEventHandler BeforeLoadCustomAssembly

    Event Data

    The BeforeLoadCustomAssembly event's data class is BeforeLoadCustomAssemblyEventArgs. The following properties provide information specific to this event:

    Property Description
    AllowLoading Specifies whether loading a custom assembly is allowed.
    AssemblyPath Specifies the path to a requested assembly.
    ContextName Specifies the type to load from a custom assembly.
    See Also