•在印刷上的限制:
•ActiveReports Silverlight 查看器不提供直接打印选项。
•最多一次能打印 2000 页。
•ActiveReports Silverlight 查看器中不支持垂直文本。
•MS PMincho 和一些其他特殊字符的水平和垂直文本可能会显示不正常。
•在布局面板中使用 Silverlight 查看器控件,默认大小依赖于面板的大小。
•ActiveReports Silverlight 查看器中多页模式不可用。
•为了能够在缩略图视图中正确显示报表以及批准信息,需要点击工具栏上的显示目录/缩略图图标以此来隐藏缩略图视图,然后在Silverlight 查看器中打开该报表。
•在 XAML 中不支持某些 Silverlight 属性和事件。但是,您仍然可以通过代码设置它们,如下所示:
Visual Basic. NET 代码
Viewer1.FontStyle = FontStyles.Italic |
C# 代码
viewer1.FontStyle = FontStyles.Italic; |
属性
FontStyle
FontWeight
FontFamily
FontSize
Foreground
FontStretch
Padding
VerticalContentAlignment
HorizontalContentAlignment
IsTabStop
事件
GotFocus
LostFocus