IntervalType 속성
Units for the Interval.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property IntervalType As ReportExpression(Of ChartIntervalTypes)
Get
Set
‘사용 방법
Dim instance As ChartStripLine
Dim value As ReportExpression(Of ChartIntervalTypes)
value = instance.IntervalType
instance.IntervalType = value
public ReportExpression<ChartIntervalTypes> IntervalType { get; set; }
public:
property ReportExpression<ChartIntervalTypes> IntervalType {
ReportExpression<ChartIntervalTypes> get ();
void set (ReportExpression<ChartIntervalTypes> value);
}
member IntervalType : ReportExpression<ChartIntervalTypes> with get, set
function get IntervalType () : ReportExpression<ChartIntervalTypes>
function set IntervalType (value : ReportExpression<ChartIntervalTypes>)
속성 값
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ChartIntervalTypes> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.