[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext.StrictImport

StrictImport Property

StrictImport

False by default. If true xml import process will stop once it finds an error and throw an exception. If false it will mutually continue. Use "strict" attribute of root element "SharpGraph" in xml files to control this behaviour.

Declaration
public bool StrictImport { get; set; }