다음을 통해 공유


Interlaced 속성

Gets a value that indicates whether to use strip lines for every other grid line, tick mark, or label interval of the axis.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property Interlaced As ReportExpression(Of Boolean)
    Get
    Set
‘사용 방법
Dim instance As ChartAxis
Dim value As ReportExpression(Of Boolean)

value = instance.Interlaced

instance.Interlaced = value
public ReportExpression<bool> Interlaced { get; set; }
public:
property ReportExpression<bool> Interlaced {
    ReportExpression<bool> get ();
    void set (ReportExpression<bool> value);
}
member Interlaced : ReportExpression<bool> with get, set
function get Interlaced () : ReportExpression<boolean>
function set Interlaced (value : ReportExpression<boolean>)

속성 값

유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Boolean> ) > ) >
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<bool>] object.