ChartLegend.InterlacedRowsColor 属性

Gets an expression that evaluates to the background color to use for interlaced legend rows.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property InterlacedRowsColor As ReportColorProperty 
    Get
用法
Dim instance As ChartLegend 
Dim value As ReportColorProperty 

value = instance.InterlacedRowsColor
public ReportColorProperty InterlacedRowsColor { get; }
public:
property ReportColorProperty^ InterlacedRowsColor {
    ReportColorProperty^ get ();
}
member InterlacedRowsColor : ReportColorProperty
function get InterlacedRowsColor () : ReportColorProperty

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.

请参阅

参考

ChartLegend 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间