StatisticBuilderPanel StatisticBuilderPanelMode EnumerationA Sandcastle Documented Class Library
Represents the current mode of the statistic builder panel.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum StatisticBuilderPanelMode
Members

  Member nameValueDescription
STATISTIC1 This mode does not allow for the selection of straight columns. This mode is for population statistics only, no group by or having clause.
REPORT2 This mode allows for the select of straight columns. This mode is for report statistics.
See Also