다음을 통해 공유


InterlacedRows 속성

Indicates legend rows should use interlaced colors.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public ReadOnly Property InterlacedRows As ReportBoolProperty
    Get
‘사용 방법
Dim instance As ChartLegend
Dim value As ReportBoolProperty

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