Interface View.UpdateStages.WithDataSet

All Known Subinterfaces:
View.Update
Enclosing interface:
View.UpdateStages

public static interface View.UpdateStages.WithDataSet
The stage of the View update allowing to specify dataSet.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the dataSet property: Has definition for data in this report config..
  • Method Details

    • withDataSet

      View.Update withDataSet(ReportConfigDataset dataSet)
      Specifies the dataSet property: Has definition for data in this report config..
      Parameters:
      dataSet - Has definition for data in this report config.
      Returns:
      the next definition stage.