Click or drag to resize

ReportFolder Class

Class representing a Reporting Services folder
Inheritance Hierarchy

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

The ReportFolder type exposes the following members.

Constructors
  NameDescription
Public methodReportFolder
Initializes a new instance of the ReportFolder class
Public methodReportFolder(Principal, String, ReportingService2005)
Initializes a new instance of the ReportFolder 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 propertyMembers
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