combit List & Label 29 - .NET Help
Inheritance Hierarchy
In This Topic
    combit.ReportServer.ClientApi Namespace
    In This Topic
    Classes
     ClassDescription
    ClassThrown when the current user has no permission to change a server object or perform a certain operation. The (localized) error message can be displayed to the user.
    ClassDefines an authentication by user name and client token.
    ClassOptions for connecting to the Report Server.
    ClassThrown when a referenced data source does not exist. The (localized) error message can be displayed to the user.
    ClassThrown when a referenced export/printing profile does not exist. The (localized) error message can be displayed to the user.
    ClassThrown for generic HTTP errors which are not related to combit Report Server, e.g. network errors, proxy errors, ...
    ClassThrown for unexpected errors on the server. The (localized) error message can be displayed to the user. The error message will only include technical details if the debug mode on the server is enabled.
    ClassThrown when the login data is wrong. The (localized) error message can be displayed to the user.
    ClassThrown for generic input errors (invalid format etc.). The (localized) error message can be displayed to the user.
    ClassThrown when an invalid ID for a server object was specified. The (localized) error message can be displayed to the user.
    ClassThrown when an object is updated, but the properties have invalid or missing values. Check the ErrorDetails property.
    ClassProvides methods to connect to combit Report Server.
    ClassBase class for errors that are raised by the REST API, i.e. this does not include HTTP exception like 404 Not Found. The (localized) error message can be displayed to the user.
    ClassThrown when the application pool of the Report Server is stopped or the REST API is not enabled (see the advanced settings page in the management area of the Report Server).
    ClassThrown when a referenced report template does not exist. The (localized) error message can be displayed to the user.
    ClassThrown if a repository session has expired, this usually happens if the server is restarted while this client is connected.
    ClassThrown if an export session has expired, i.e. the result is not available anymore. The (localized) error message can be displayed to the user.
    ClassThrown when a report task failed to execute. The (localized) error message can be displayed to the user.
    ClassThrown when a referenced report task does not exist. The (localized) error message can be displayed to the user.
    ClassThrown when a referenced folder of report templates does not exist. The (localized) error message can be displayed to the user.
    ClassThrown when a referenced user group does not exist. The (localized) error message can be displayed to the user.
    ClassThrown when a referenced user does not exist. The (localized) error message can be displayed to the user.
    ClassInformation on model validation errors.
    ClassDefines an authentication by the active user account (requires Windows/Kerberos authentication mode on the server).
    Interfaces
     InterfaceDescription
    Interface[Internal]
    InterfaceRepresents an active connection to the Report Server.
    Enumerations
     EnumerationDescription
    EnumerationTypes of permission that user groups and their members can have.
    See Also