In This Topic
Imports a RDL report definition into the current document.
Syntax
'Declaration
Public Sub ImportRdl( _
ByVal As String _
)
public void ImportRdl(
string
)
Parameters
- fileName
- The name of the file containing the report definition.
See Also