'Declaration Public Shared Function FromRdl( _ ByVal fileName As String _ ) As C1PrintDocument
public static C1PrintDocument FromRdl( string fileName )
Parameters
- fileName
- The name of the file containing the report definition.
Return Value
The C1PrintDocument that was created.