Gets internal ReportDesigner instance.
Namespace:
PerpetuumSoft.Reporting.DesignerAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public ReportDesigner Designer { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Designer As ReportDesigner |
| Visual C++ |
|---|
public: property ReportDesigner^ Designer { ReportDesigner^ get (); } |