LoadLayout(String) Method
In This Topic
This overload has been deprecated. Please use the new LoadLayout(XmlReader) overload.
Syntax
'Declaration
Public Overloads Sub LoadLayout( _
ByVal As String _
)
public void LoadLayout(
string
)
Parameters
- fileName
- Report layout (RPX) file name.
See Also