Partilhar via


Propriedade do RDL IntervalType

Gets the default units for the Interval.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property IntervalType As ReportExpression(Of ChartIntervalTypes)
    Get
    Set
'Uso
Dim instance As ChartAxis
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>)

Valor da propriedade

Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ChartIntervalTypes> ) > ) >
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartIntervalTypes>] object.