Click or drag to resize

ReportServiceArgumentsInitMissingProperties Method

Initializes properties for backwards compatibility with earlier versions of ReportServiceArguments, where the default values aren't always suitable.

Namespace:  Cobra.Model.WebService
Assembly:  Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public void InitMissingProperties(
	string serializedReportServiceArguments,
	bool isPMCUser
)

Parameters

serializedReportServiceArguments
Type: SystemString
The string representation of the ReportServiceArguments XML Document.
isPMCUser
Type: SystemBoolean
Indicates if the caller is authenticated by PMC.
See Also