Report |
public sealed class ReportParameters : IReportParameters
The ReportParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| ReportParameters | Initializes a new instance of the ReportParameters class |
| Name | Description | |
|---|---|---|
| BaseUrl | ||
| CronDayOfMonth | ||
| CronDayOfWeek | ||
| CronExpression | ||
| CronHour | ||
| CronMinute | ||
| CronMonthOfYear | ||
| CronSecond | ||
| EmailAddress | Email addresses. When populated an email should be sent, otherwise an email will not be sent. | |
| EmailSubject | ||
| EventServer | ||
| EventSourcePath | ||
| EventType | ||
| ExtensionData | 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/ | |
| Id | Id of the report used to access a report for info/modification/deletion | |
| IncludeAttachment | ||
| Locale | ||
| MonthlyDay | ||
| MonthlyTime | ||
| Pages | ||
| ReportFireTimeUtc | ||
| ScheduleMode | ||
| TimeZoneIdIANA | ||
| TimeZoneIdWindows | ||
| UserId | ||
| UserName | ||
| WeeklyDays | ||
| WeeklyTime |