ReportFolder Class

Class representing a Reporting Services folder

Definition

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

Constructors

ReportFolderInitializes a new instance of the ReportFolder class
ReportFolder(Principal, String, ReportingService2005)Initializes a new instance of the ReportFolder 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)
Members 
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