I am trying to find out if there is a way to calculate the file size from XmlReader. I don't see anything on the reader object that helps determine the size. Any ideas? Thank you!
Using reader As Xml.XmlReader = GetXML(columnName.ToString())
End Using