'Declaration Public Overloads Shared Function FromFile( _ ByVal fileName As String _ ) As C1RdlReportBase
public static C1RdlReportBase FromFile( string fileName )
Parameters
- fileName
- The file name from which to load the report.
Return Value
The report component that was created.