Represents the name of a data source and the prompt to display to a user.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class ReportDataSource
Visual Basic (Declaration)
Public Class ReportDataSource
Visual C++
public ref class ReportDataSource

Remarks

ReportDataSource is return as property by ReportExecutionInfo class.

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.ReportingServices.Viewer.Server..::.ReportDataSource

See Also