Represents report source saved in a file.

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

Syntax

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

Inheritance Hierarchy

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

See Also