Compartir a través de


ChartGridLines.IntervalType Propiedad

Units for the Interval.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property IntervalType As ReportExpression(Of ChartIntervalTypes)
    Get 
    Set
'Uso
Dim instance As ChartGridLines 
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 de la propiedad

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartIntervalTypes>
A ReportExpression<T> object.

Vea también

Referencia

ChartGridLines Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel