Table of Contents

TDataConnectionOlapProperties.LocalRefresh Property

Flag indicating whether we should refresh the local cube from the original data source. When true, the original OLAP data source is queried each time the user explicitly refreshes the data in the application, and a new local cube is constructed from this query.

Syntax

Namespace: FlexCel.Core

public Boolean LocalRefresh { get; set; }

See also