true if chart tags that are in the template as a chart, will be rendered as charts in the generated report. If * false, then charts will be generated as bitmaps. This setting is only for chart tags that are stored in the template as a chart. It is only relevant for output to OpenXML formats.
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Property IsChartsAsCharts As Boolean  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As ReportOpenXml
Dim value As Boolean
 
instance.IsChartsAsCharts = value
 
value = instance.IsChartsAsCharts  | 
 
| C# |   | 
|---|
public bool IsChartsAsCharts {get; set;} | 
 
| Managed Extensions for C++ |   | 
|---|
public: __property bool get_IsChartsAsCharts();
public: __property void set_IsChartsAsCharts( 
   bool value
);  | 
 
| C++/CLI |   | 
|---|
public:
property bool IsChartsAsCharts {
   bool get();
   void set (    bool value);
} | 
 
            
            
             
            
			
			
            
            
            
            
            
            Requirements
Platforms: Windows 10, Windows NT, Windows Server
            
            
See Also