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