Interface IReportToReportProjectTemplateLink

    • Method Detail

      • templateID

        int templateID()

        The ID of the project template element referenced by this link.

        Getter method for the COM property "TemplateID"

        Returns:
        Returns a value of type int
      • templateID

        void templateID​(int pVal)

        The ID of the project template element referenced by this link.

        Setter method for the COM property "TemplateID"

        Parameters:
        pVal - Mandatory int parameter.
      • reportID

        int reportID()

        The ID of the report (analysis item) referenced by this link.

        Getter method for the COM property "ReportID"

        Returns:
        Returns a value of type int
      • reportID

        void reportID​(int pVal)

        The ID of the report (analysis item) referenced by this link.

        Setter method for the COM property "ReportID"

        Parameters:
        pVal - Mandatory int parameter.