I get several compilation error when the report contains chart component.
I get silverlight code via 'SaveReportSourceCodeForSilverlight' method.
Code: Select all
No overload for method 'StiGridLinesHor' takes '8' arguments
No overload for method 'StiGridLinesHor' takes '8' arguments
No overload for method 'StiGridLinesVert' takes '8' arguments
No overload for method 'StiInterlacingHor' takes '3' arguments
No overload for method 'StiInterlacingVert' takes '3' arguments
No overload for method 'StiAxisLabels' takes '12' arguments
The type or namespace name 'StiDirection' does not exist in the namespace 'Stimulsoft.Report.Chart' (are you missing an assembly reference?)
The type or namespace name 'StiAxisInteraction' does not exist in the namespace 'Stimulsoft.Report.Chart' (are you missing an assembly reference?)
The best overloaded method match for 'Stimulsoft.Report.Chart.StiXBottomAxis.StiXBottomAxis(Stimulsoft.Report.Chart.StiAxisLabels, Stimulsoft.Report.Chart.StiAxisRange, Stimulsoft.Report.Chart.StiAxisTitle, Stimulsoft.Report.Chart.StiAxisTicks, Stimulsoft.Report.Chart.StiArrowStyle, Stimulsoft.Base.Drawing.StiPenStyle, System.Windows.Media.Color, float, bool, float, bool, Stimulsoft.Report.Chart.StiShowXAxis, bool, Stimulsoft.Report.Chart.StiLegendDirection)' has some invalid arguments
Argument '5': cannot convert from 'Stimulsoft.Report.Chart.StiAxisInteraction' to 'Stimulsoft.Report.Chart.StiArrowStyle'
Argument '6': cannot convert from 'Stimulsoft.Report.Chart.StiArrowStyle' to 'Stimulsoft.Base.Drawing.StiPenStyle'
Argument '7': cannot convert from 'Stimulsoft.Base.Drawing.StiPenStyle' to 'System.Windows.Media.Color'
Argument '8': cannot convert from 'System.Windows.Media.Color' to 'float'
Argument '9': cannot convert from 'float' to 'bool'
Argument '10': cannot convert from 'bool' to 'float'
Argument '14': cannot convert from 'bool' to 'Stimulsoft.Report.Chart.StiLegendDirection'
No overload for method 'StiAxisLabels' takes '12' arguments
The type or namespace name 'StiDirection' does not exist in the namespace 'Stimulsoft.Report.Chart' (are you missing an assembly reference?)
The type or namespace name 'StiAxisInteraction' does not exist in the namespace 'Stimulsoft.Report.Chart' (are you missing an assembly reference?)
The best overloaded method match for 'Stimulsoft.Report.Chart.StiXTopAxis.StiXTopAxis(Stimulsoft.Report.Chart.StiAxisLabels, Stimulsoft.Report.Chart.StiAxisRange, Stimulsoft.Report.Chart.StiAxisTitle, Stimulsoft.Report.Chart.StiAxisTicks, Stimulsoft.Report.Chart.StiArrowStyle, Stimulsoft.Base.Drawing.StiPenStyle, System.Windows.Media.Color, float, bool, float, bool, bool, Stimulsoft.Report.Chart.StiLegendDirection)' has some invalid arguments
Argument '5': cannot convert from 'Stimulsoft.Report.Chart.StiAxisInteraction' to 'Stimulsoft.Report.Chart.StiArrowStyle'
Argument '6': cannot convert from 'Stimulsoft.Report.Chart.StiArrowStyle' to 'Stimulsoft.Base.Drawing.StiPenStyle'
Argument '7': cannot convert from 'Stimulsoft.Base.Drawing.StiPenStyle' to 'System.Windows.Media.Color'
Argument '8': cannot convert from 'System.Windows.Media.Color' to 'float'
Argument '9': cannot convert from 'float' to 'bool'
Argument '10': cannot convert from 'bool' to 'float'
Argument '13': cannot convert from 'bool' to 'Stimulsoft.Report.Chart.StiLegendDirection'
No overload for method 'StiAxisLabels' takes '12' arguments
The type or namespace name 'StiDirection' does not exist in the namespace 'Stimulsoft.Report.Chart' (are you missing an assembly reference?)
The type or namespace name 'StiAxisInteraction' does not exist in the namespace 'Stimulsoft.Report.Chart' (are you missing an assembly reference?)
The best overloaded method match for 'Stimulsoft.Report.Chart.StiYLeftAxis.StiYLeftAxis(Stimulsoft.Report.Chart.StiAxisLabels, Stimulsoft.Report.Chart.StiAxisRange, Stimulsoft.Report.Chart.StiAxisTitle, Stimulsoft.Report.Chart.StiAxisTicks, Stimulsoft.Report.Chart.StiArrowStyle, Stimulsoft.Base.Drawing.StiPenStyle, System.Windows.Media.Color, float, bool, float, bool, Stimulsoft.Report.Chart.StiShowYAxis, Stimulsoft.Report.Chart.StiLegendDirection)' has some invalid arguments
Argument '5': cannot convert from 'Stimulsoft.Report.Chart.StiAxisInteraction' to 'Stimulsoft.Report.Chart.StiArrowStyle'
Argument '6': cannot convert from 'Stimulsoft.Report.Chart.StiArrowStyle' to 'Stimulsoft.Base.Drawing.StiPenStyle'
Argument '7': cannot convert from 'Stimulsoft.Base.Drawing.StiPenStyle' to 'System.Windows.Media.Color'
Argument '8': cannot convert from 'System.Windows.Media.Color' to 'float'
Argument '9': cannot convert from 'float' to 'bool'
Argument '10': cannot convert from 'bool' to 'float'
Argument '13': cannot convert from 'bool' to 'Stimulsoft.Report.Chart.StiLegendDirection'
No overload for method 'StiAxisLabels' takes '12' arguments
The type or namespace name 'StiDirection' does not exist in the namespace 'Stimulsoft.Report.Chart' (are you missing an assembly reference?)
The type or namespace name 'StiAxisInteraction' does not exist in the namespace 'Stimulsoft.Report.Chart' (are you missing an assembly reference?)
The best overloaded method match for 'Stimulsoft.Report.Chart.StiYRightAxis.StiYRightAxis(Stimulsoft.Report.Chart.StiAxisLabels, Stimulsoft.Report.Chart.StiAxisRange, Stimulsoft.Report.Chart.StiAxisTitle, Stimulsoft.Report.Chart.StiAxisTicks, Stimulsoft.Report.Chart.StiArrowStyle, Stimulsoft.Base.Drawing.StiPenStyle, System.Windows.Media.Color, float, bool, float, bool, Stimulsoft.Report.Chart.StiLegendDirection)' has some invalid arguments
Argument '5': cannot convert from 'Stimulsoft.Report.Chart.StiAxisInteraction' to 'Stimulsoft.Report.Chart.StiArrowStyle'
Argument '6': cannot convert from 'Stimulsoft.Report.Chart.StiArrowStyle' to 'Stimulsoft.Base.Drawing.StiPenStyle'
Argument '7': cannot convert from 'Stimulsoft.Base.Drawing.StiPenStyle' to 'System.Windows.Media.Color'
Argument '8': cannot convert from 'System.Windows.Media.Color' to 'float'
Argument '9': cannot convert from 'float' to 'bool'
Argument '10': cannot convert from 'bool' to 'float'
Argument '12': cannot convert from 'bool' to 'Stimulsoft.Report.Chart.StiLegendDirection'
'Stimulsoft.Report.Chart.StiClusteredColumnSeries' does not contain a definition for 'DrillDownPageGuid'
No overload for method 'StiChartTitle' takes '9' arguments
The type or namespace name 'IStiSeries' does not exist in the namespace 'Stimulsoft.Report.Chart' (are you missing an assembly reference?)