Assigns document and report slot.
Namespace:
PerpetuumSoft.Reporting.DesignerAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public void AttachDocument( ReportSlot slot, Document document ) |
Visual Basic (Declaration) |
---|
Public Sub AttachDocument ( _ slot As ReportSlot, _ document As Document _ ) |
Visual C++ |
---|
public: void AttachDocument( ReportSlot^ slot, Document^ document ) |
Parameters
- document
- Type: PerpetuumSoft.Reporting.DOM..::.Document