Click or drag to resize

ReportData Class

Class representing a Reporting Services report
Inheritance Hierarchy

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public class ReportData : ReportObject, IComparable<ReportData>

The ReportData type exposes the following members.

Constructors
  NameDescription
Public methodReportData
Initializes a new instance of the ReportData class
Public methodReportData(Principal, String, ReportingService2005)
Initializes a new instance of the ReportData class
Top
Properties
  NameDescription
Public propertyCreatedBy (Inherited from ReportObject.)
Public propertyCreatedOn (Inherited from ReportObject.)
Public propertyDescription (Inherited from ReportObject.)
Public propertyHidden (Inherited from ReportObject.)
Public propertyID (Inherited from ReportObject.)
Protected propertyIsRootFolder (Inherited from ReportObject.)
Public propertyName (Inherited from ReportObject.)
Public propertyPath (Inherited from ReportObject.)
Top
Methods
Fields
  NameDescription
Protected fieldprincipal (Inherited from ReportObject.)
Protected fieldproperties (Inherited from ReportObject.)
Protected fieldtype (Inherited from ReportObject.)
Top
Extension Methods
See Also