Click or drag to resize

ReportData Constructor (Principal, String, ReportingService2005)

Initializes a new instance of the ReportData class

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

Parameters

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