'Declaration Public Overloads Shared Function Load( _ ByVal fileName As String _ ) As ReportStyleSheet
'Usage Dim fileName As String Dim value As ReportStyleSheet value = ReportStyleSheet.Load(fileName)
public static ReportStyleSheet Load( string fileName )
Parameters
- fileName
- A full path to the XML to load.
Return Value
A reference to the ReportStyleSheet object that has been created from the XML file.