Click or drag to resize

ReportFolder Constructor (Principal, String, ReportingService2005)

Initializes a new instance of the ReportFolder class

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public ReportFolder(
	Principal principal,
	string id,
	ReportingService2005 service
)

Parameters

principal
Type: FileHold.CommonPrincipal
id
Type: SystemString
service
Type: ReportingService2005
See Also