Partilhar via


Propriedade do RDL ChartStripLine.Interval

Gets an expression that evaluates to the size of the strip line.

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 ChartStripLine 
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

ChartStripLine Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering