[]
Gets or sets whether the last date is determined from the PivotCache instead of End. When this value is false, End must be set when grouping is applied.
public bool AutoEnd { get; set; }
Public Property AutoEnd As Boolean
PivotFieldDateGroupOptions options = new PivotFieldDateGroupOptions();
options.AutoEnd = false;
bool autoEnd = options.AutoEnd;