method Print([SelectionText: String]): PrintForm
Available for Graphs. Opens the Report Selections form with options for printing the graph. If SelectionText is entered, it is printed on the graph.
Print method syntax has these named arguments:
Parameter |
Description |
|---|---|
Selection Text |
Optional. If entered, prints the text on the graph. |
For example:
graphGraph1.Print("All Departments")