Table of Contents

Interface IBaseDataSetOwner

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

Interface for container for DataSet owner.

public interface IBaseDataSetOwner

Properties

DataSet

Gets or sets the DataSet.

IBaseDataSet DataSet { get; set; }

Property Value

IBaseDataSet