Name | Beschreibung | |
---|---|---|
![]() | ReportTaskWebhookAction Konstruktor | Creates a ReportTaskAction that will trigger a HTTP-POST request. |
Die folgenden Tabellen listen die verfügbaren Member von ReportTaskWebhookAction auf.
Name | Beschreibung | |
---|---|---|
![]() | ReportTaskWebhookAction Konstruktor | Creates a ReportTaskAction that will trigger a HTTP-POST request. |
Name | Beschreibung | |
---|---|---|
![]() | CustomFields | Gets or sets the custom fields that should be appended to the webhook payload (JSON-Format). |
![]() | ForceZipArchive | Gets or sets whether even a single file should be packed into a zip archive. |
![]() | HTTPHeaders | Gets or sets custom HTTP-Header for the request. |
![]() | Id | Liefert die ID der Aktion zurück. (Geerbt von combit.ReportServer.ClientApi.Objects.ReportTaskAction) |
![]() | IgnoreForEmptyReports | Wenn true, wird die Aktion übersprungen sofern keine Datensätze im Bericht gedruckt wurden. (Geerbt von combit.ReportServer.ClientApi.Objects.ReportTaskAction) |
![]() | IsCreatedOnServer | Liefert true, wenn die Aktion neu ist und bisher noch nicht auf dem Server erstellt wurde. (Geerbt von combit.ReportServer.ClientApi.Objects.ReportTaskAction) |
![]() | Name | Liefert oder setzt den Namen der Aktion (maximale Länge: 100 Zeichen). (Geerbt von combit.ReportServer.ClientApi.Objects.ReportTaskAction) |
![]() | RequestUrl | Gets or sets the URL that should be called with an HTTP-POST request. |
![]() | Secret | Gets or sets the optional secret that can be used to verify the inregrity and the authenticity of the request using HMAC-SHA256. System.String.Empty if the signature should not be generated. |
![]() | Timeout | Gets or sets the timeout for the request in seconds. |
![]() | ValidateCertificates | Gets or sets whether the SSL-Certificates should be validated . |
Name | Beschreibung | |
---|---|---|
![]() | CreateOrUpdateAsync | Erstellt oder aktualisiert die Aktion auf dem Server. (Geerbt von combit.ReportServer.ClientApi.Objects.ReportTaskAction) |
![]() | DeleteAsync | Löscht die Aktion. (Geerbt von combit.ReportServer.ClientApi.Objects.ReportTaskAction) |