Udostępnij za pośrednictwem


Właściwość ChartStripLine.IntervalType

Jednostki dla Interval.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property IntervalType As ReportExpression(Of ChartIntervalTypes)
    Get
    Set
'Użycie
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>)