PivotCache.RefreshDate Property

Definition

Returns the date on which the PivotTable cache was last refreshed.

public:
 property DateTime RefreshDate { DateTime get(); };
public DateTime RefreshDate { get; }
Public ReadOnly Property RefreshDate As DateTime

Property Value

Remarks

The cache must have at least one PivotTable report associated with it.

For OLAP data sources, this property is updated after each query.

Applies to