Represents report source read from a specific URL.

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

Syntax

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

Inheritance Hierarchy

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

See Also