Xceed Grid for WinForms v4.3 Documentation
Load(String) Method


Xceed.Grid.Reporting.v4.3 Assembly > Xceed.Grid.Reporting Namespace > ReportStyleSheet Class > Load Method : Load(String) Method
A full path to the XML to load.
Loads a XML file to create a ReportStyleSheet object.
Syntax
'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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReportStyleSheet Class
ReportStyleSheet Members
Overload List