combit List & Label 29 - .NET Help
combit.Reporting.DataProviders Namespace / ObjectDataProvider Class / ObjectForStructureParsing Property


In This Topic
    ObjectForStructureParsing Property
    In This Topic

    Allows to declare an object that is to be used for the structure parsing. That is especially helpful if no strongly typed objects are used the reflection does not depend on the concrete contents to determine the data structure. A "completely filled" object can be provided with this property, without the data actually being printed.

    Syntax
    'Declaration
     
    
    Public Property ObjectForStructureParsing As Object
    public object ObjectForStructureParsing {get; set;}
    public:
    property Object^ ObjectForStructureParsing {
       Object^ get();
       void set (    Object^ 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