[This is preliminary documentation and is subject to change.]
The report dataset
Namespace:
OfficeClip.BusinessLayer.FrameworkAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public DataSet ReportDs { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ReportDs As DataSet |
| Visual C++ |
|---|
public: property DataSet^ ReportDs { DataSet^ get (); void set (DataSet^ value); } |
