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.