Table of Contents

Interface IDataTableOwner

Namespace: FastReport.Olap.Cube
Assembly: FastCube.Core.dll

Interface for owner of data table.

public interface IDataTableOwner

Properties

DataTable

Gets or sets a data table.

DataTable DataTable { get; set; }

Property Value

DataTable