Represents report source saved in a string.

Namespace:  PerpetuumSoft.Reporting.Components
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public class InlineReportSlot : ReportSlot
Visual Basic (Declaration)
Public Class InlineReportSlot _
	Inherits ReportSlot
Visual C++
public ref class InlineReportSlot : public ReportSlot

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      PerpetuumSoft.Reporting.Components..::.ReportSlot
        PerpetuumSoft.Reporting.Components..::.InlineReportSlot

See Also