TSigmaReportType Enumeration

Represents type TSigmaReportType.

Namespace: Sigma.Document
type
 TSigmaReportType = (srtStandard, srtShared, srtPrivate);

The TSigmaReportType type exposes the following members.

Show:
 NameDescription
srtPrivate

Represents constant srtPrivate.

srtShared

Represents constant srtShared.

srtStandard

Represents constant srtStandard.

Top