Interface View.DefinitionStages.WithDataSet
- All Known Subinterfaces:
View.Definition,View.DefinitionStages.WithCreate
- Enclosing interface:
- View.DefinitionStages
public static interface View.DefinitionStages.WithDataSet
The stage of the View definition allowing to specify dataSet.
-
Method Summary
Modifier and TypeMethodDescriptionwithDataSet(ReportConfigDataset dataSet) Specifies the dataSet property: Has definition for data in this report config..
-
Method Details
-
withDataSet
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.
-