Interface ProjectSettings.ReportSettings

  • Enclosing interface:
    ProjectSettings

    public static interface ProjectSettings.ReportSettings
    • Method Detail

      • useRoundedValues

        boolean useRoundedValues()
        returns whether to use rounded values in all reports
        Returns:
        true if enabled; false if not.
      • useRoundedValues

        void useRoundedValues​(boolean value)
        returns whether to use rounded values in all reports
        Parameters:
        value - true if enabled; false if not.
      • singleLotReport

        boolean singleLotReport()
        returns whether to report at the single lot level, or to aggregate to the asset level.
        Returns:
        true if enabled; false if not.
      • singleLotReport

        void singleLotReport​(boolean value)
        sets whether to report at the single lot level, or to aggregate to the asset level.
        Parameters:
        value - true if enabled; false if not.
      • reportFractionalShares

        boolean reportFractionalShares()
        returns whether to report fractional shares.
        Returns:
        true if enabled false if not
      • reportFractionalShares

        void reportFractionalShares​(boolean value)
        sets whether to report fractional shares.
        Parameters:
        value -