Interface WebReportStatement

  • All Superinterfaces:
    WebContentStatement, WebStatement

    @Deprecated
    public interface WebReportStatement
    extends WebContentStatement
    Deprecated.
    Starting with version 9.0 and the advent of Distribution Services, all schedule objects are replaced by subscriptions.
    This interface defines a report statement which is used to identify a server command within a schedule that targets a Report. This object cannot be directly instantiated, and can only be obtained indirectly from the other scheduling-related objects. While Report Schedules are read and populated from IServer using WebScheduleSource a WebReportStatement object is automatically created for each Report Schedule. Similarly, if a user wants to create a new Report Schedule on IServer, a WebReportStatement object gets created in the process and the user needs to populate the WebReportStatement with necessary information/properties like the target report for the schedule, view mode etc.. some of which are inherited from WebContentStatement
    Since:
    MicroStrategy Web 7.3.1 or earlier