L'esempio seguente mostra come esportare tutti gli schemi.
|
try { charts.Export(@"c:\Charts.dcc"); } catch (DccExportException exc) { } |
Vedere anche
L'esempio seguente mostra come esportare tutti gli schemi.
|
try { charts.Export(@"c:\Charts.dcc"); } catch (DccExportException exc) { } |
Vedere anche