CustomReport.DoGenerateReport Method
Protected MustOverride Sub DoGenerateReport( _
ByVal doc As XmlDocument, _
ByVal report_root_node As XmlElement _
)
This language is not supported or no code example is available.
protected abstract void DoGenerateReport(
XmlDocument doc,
XmlElement report_root_node
)
This language is not supported or no code example is available.
protected:
virtual void DoGenerateReport(
XmlDocument^ doc,
XmlElement^ report_root_node
) abstract
This language is not supported or no code example is available.
protected abstract function DoGenerateReport(
doc : XmlDocument,
report_root_node : XmlElement
);
This language is not supported or no code example is available.
Parameters
- doc
- XmlDocument
- report_root_node
- XmlElement