'Declaration Public Function IsRdlVersionSupported( _ ByVal rdlFormatVersion As RdlFormatVersion _ ) As Boolean
public bool IsRdlVersionSupported( RdlFormatVersion rdlFormatVersion )
Parameters
- rdlFormatVersion
- The RDL format version to test.
Return Value
true if the specified format version is supported, false otherwise.