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