Class FolderBulletReportsTransform

  • All Implemented Interfaces:
    AppTransform, LayoutTransform, Transform

    public class FolderBulletReportsTransform
    extends FolderBulletTransform
    This Transform extends FolderBulletTransform by filtering the "Blank" report. This report is the one from the "Create Report" folder, which is an empty template. This report should not be displayed as part of the Related Reports.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Detail

      • blankReportId

        public FormalParameter blankReportId
        Indicates the object ID of the Blank Report.
        The object with this ID will not be shown as part of the folder contents.
      • blankViewReportId

        public FormalParameter blankViewReportId
        Since:
        MicroStrategy Web 9.0.0
      • blankXdaObjectId

        public FormalParameter blankXdaObjectId
        Since:
        MicroStrategy Web 9.0.0
      • FP_BLANK_REPORT_ID

        public static final java.lang.String FP_BLANK_REPORT_ID
        Constant specifying the name of the formal parameter for defining the ID of the blank report. Value is blankReportId.
        See Also:
        Constant Field Values
      • FP_BLANK_VIEW_REPORT_ID

        public static final java.lang.String FP_BLANK_VIEW_REPORT_ID
        Constant specifying the name of the formal parameter for defining the ID of the blank report. Value is blankObjectId.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • FP_BLANK_XDA_REPORT_ID

        public static final java.lang.String FP_BLANK_XDA_REPORT_ID
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • FolderBulletReportsTransform

        public FolderBulletReportsTransform()
        Default no-argument constructor. Initializes formal parameters.