using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Collections;
namespace FastReport.Data
{
///
/// Represents a datasource based on DataView class.
///
///
/// This class is used to support FastReport.Net infrastructure, do not use it directly.
/// If you want to use data from DataView object, call the
/// method of the Report.
///
public class SliceCubeSource : CubeSourceBase
{
#region Properties
#endregion
#region Private Methods
#endregion
#region Protected Methods
#endregion
#region Public Methods
#endregion
}
}