combit List & Label 29 - .NET Help
combit.Reporting Namespace / ListLabel Class / FileRepository Property


In This Topic
    FileRepository Property (ListLabel)
    In This Topic

    Gets or sets a container for the external files that a List & Label project depends on, e.g. drilldown projects, includes, images, shapefiles, etc. A repository can only be set once per instance!

    When a file repository is assigned, external files will be referenced via an ID instead of a file path and the file selection dialogs will be replaced with dialogs that allow choosing and adding virtual files from/to the repository. Use a repository in situations where you want to reuse resources easily across several reports or where includes from local file paths are troublesome (e.g. in web applications).

    For more information see also IRepository.

    Syntax
    'Declaration
     
    
    Public Property FileRepository As IRepository
    public IRepository FileRepository {get; set;}
    public:
    property IRepository^ FileRepository {
       IRepository^ get();
       void set (    IRepository^ value);
    }
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also