Gets collection of data sections in report.
Namespace:
PerpetuumSoft.Reporting.WizardsAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public DataWizardInfoCollection DataSections { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property DataSections As DataWizardInfoCollection |
Visual C++ |
---|
public: property DataWizardInfoCollection^ DataSections { DataWizardInfoCollection^ get (); } |