[]
Gets a list of reports available in an C1.WPF.Document.Serialization.XmlDocumentWrapperBase.
public static string[] GetReportList(XmlDocumentWrapperBase doc)
Type | Name | Description |
---|---|---|
XmlDocumentWrapperBase | doc | Reference to C1.WPF.Document.Serialization.XmlDocumentWrapperBase object. |
Type | Description |
---|---|
string[] | A string array containing the names of all reports in the document. |
Gets a list of reports available in an XML report definition file.
public static string[] GetReportList(string fileName)
Type | Name | Description |
---|---|---|
string | fileName | Contains the full name of the XML report definition file. |
Type | Description |
---|---|
string[] | A string array containing the names of all reports in the XML file. |
Gets a list of reports available in an XML report definition file.
public static string[] GetReportList(Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream | Contains the stream with XML report definition. |
Type | Description |
---|---|
string[] | A string array containing the names of all reports in the XML definition. |
Gets a list of reports available in an System.Xml.XmlDocument.
public static string[] GetReportList(XmlDocument doc)
Type | Name | Description |
---|---|---|
XmlDocument | doc | Reference to System.Xml.XmlDocument object. |
Type | Description |
---|---|
string[] | A string array containing the names of all reports in the XmlDocument. |
Gets a list of reports available in an System.Xml.Linq.XDocument.
public static string[] GetReportList(XDocument doc)
Type | Name | Description |
---|---|---|
XDocument | doc | Reference to System.Xml.Linq.XDocument object. |
Type | Description |
---|---|
string[] | A string array containing the names of all reports in the XDocument. |