Partilhar via


Propriedade do RDL ChartTickMarks.Interval

Gets an expression that evaluates to the interval between tickmarks.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Interval As ReportDoubleProperty 
    Get
'Uso
Dim instance As ChartTickMarks 
Dim value As ReportDoubleProperty 

value = instance.Interval
public ReportDoubleProperty Interval { get; }
public:
property ReportDoubleProperty^ Interval {
    ReportDoubleProperty^ get ();
}
member Interval : ReportDoubleProperty
function get Interval () : ReportDoubleProperty

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

Consulte também

Referência

ChartTickMarks Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering