Share via


SRSReportProviderMetadata::constructWithName Method [AX 2012]

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

  • _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.

See Also

Reference

SRSReportProviderMetadata Class