ReportData Class

Class representing a Reporting Services report

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public class ReportData : ReportObject, IComparable<ReportData>
Inheritance
Object    ReportObject    ReportData
Implements
IComparableReportData

Constructors

ReportDataInitializes a new instance of the ReportData class
ReportData(Principal, String, ReportingService2005)Initializes a new instance of the ReportData class

Properties

CreatedBy
(Inherited from ReportObject)
CreatedOn
(Inherited from ReportObject)
Description
(Inherited from ReportObject)
Hidden
(Inherited from ReportObject)
ID
(Inherited from ReportObject)
IsRootFolder
(Inherited from ReportObject)
Name
(Inherited from ReportObject)
Path
(Inherited from ReportObject)

Methods

Fields

principal
(Inherited from ReportObject)
properties
(Inherited from ReportObject)
service
(Inherited from ReportObject)
type
(Inherited from ReportObject)

Extension Methods

See Also