FsrmReportGenerationContext enumeration (fsrmenums.h)

Defines the context in which the report is initiated.

Syntax

typedef enum _FsrmReportGenerationContext {
  FsrmReportGenerationContext_Undefined = 1,
  FsrmReportGenerationContext_ScheduledReport = 2,
  FsrmReportGenerationContext_InteractiveReport = 3,
  FsrmReportGenerationContext_IncidentReport = 4
} FsrmReportGenerationContext;

Constants

 
FsrmReportGenerationContext_Undefined
Value: 1
The context is unknown. Do not use this flag.
FsrmReportGenerationContext_ScheduledReport
Value: 2
The report will run as a scheduled report.
FsrmReportGenerationContext_InteractiveReport
Value: 3
The report will run on demand.
FsrmReportGenerationContext_IncidentReport
Value: 4
The report will run in response to a quota or file screen event.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Header fsrmenums.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h)

See also

IFsrmReportJob::Run

IFsrmReportManager::GetOutputDirectory

IFsrmReportManager::SetOutputDirectory