combit List & Label 29 - .NET Help
combit.Reporting Namespace / ReportParametersCollectedReturnType Enumeration


In This Topic
    ReportParametersCollectedReturnType Enumeration
    In This Topic

    Decides how to proceed after the ReportParametersCollected event was raised.

    Syntax
    'Declaration
     
    
    Public Enum ReportParametersCollectedReturnType 
       Inherits System.Enum
    public enum ReportParametersCollectedReturnType : System.Enum 
    public enum class ReportParametersCollectedReturnType : public System.Enum 
    Members
    MemberDescription
    Aborted

    The export or print is aborted. Use this option when the report parameters need to be discovered without actually peforming an export/print.

    CheckConsistency

    The values of the report parameters are checked, then the event is called again. Error details will be available in NeedDataError Property.

    Continue

    The export or print is continued if the values of the report parameters are valid, otherwise the event is called again. Error details will be available in NeedDataError Property.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.ReportParametersCollectedReturnType

    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