Click or drag to resize

ReportParameters Class

Inheritance Hierarchy
SystemObject
  Canary.Axiom.Shared.ReportsReportParameters

Namespace: Canary.Axiom.Shared.Reports
Assembly: Canary.Axiom.Shared (in Canary.Axiom.Shared.dll) Version: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
Syntax
C#
public sealed class ReportParameters : IReportParameters

The ReportParameters type exposes the following members.

Constructors
 NameDescription
Public methodReportParametersInitializes a new instance of the ReportParameters class
Top
Properties
 NameDescription
Public propertyBaseUrl 
Public propertyCronDayOfMonth 
Public propertyCronDayOfWeek 
Public propertyCronExpression 
Public propertyCronHour 
Public propertyCronMinute 
Public propertyCronMonthOfYear 
Public propertyCronSecond 
Public propertyEmailAddress Email addresses. When populated an email should be sent, otherwise an email will not be sent.
Public propertyEmailSubject 
Public propertyEventServer 
Public propertyEventSourcePath 
Public propertyEventType 
Public propertyExtensionData Any properties that are not able to be resolved will get placed in this dictionary. We will use this for compatibility of renamed or restructured properties. RESOURCE: https://makolyte.com/system-text-json-deserialize-properties-that-arent-on-the-class/
Public propertyId Id of the report used to access a report for info/modification/deletion
Public propertyIncludeAttachment 
Public propertyLocale 
Public propertyMonthlyDay 
Public propertyMonthlyTime 
Public propertyPages 
Public propertyReportFireTimeUtc 
Public propertyScheduleMode 
Public propertyTimeZoneIdIANA 
Public propertyTimeZoneIdWindows 
Public propertyUserId 
Public propertyUserName 
Public propertyWeeklyDays 
Public propertyWeeklyTime 
Top
Methods
 NameDescription
Public methodSerialize 
Top
See Also