Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an instance of the class by using the specified class ID of a report provider.
Syntax
client server public static SRSReportProviderMetadata constructWithName(ClassName _reportClassName, [boolean _validateRdp])
Run On
Called
Parameters
- _reportClassName
Type: ClassName Extended Data Type
A class name for the report provider class.
- _validateRdp
Type: boolean
A Boolean value that indicates whether to perform validation.
Return Value
Type: SRSReportProviderMetadata Class
An instance of the SRSReportProviderMetadata class.
Remarks
Validation is performed in design time and will not be performed in run time.