Udostępnij przez


Właściwość ChartGridLines.Interval

Pobiera wyrażenie definiującego interwał między liniami siatki.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Interval As ReportDoubleProperty
    Get
'Użycie
Dim instance As ChartGridLines
Dim value As ReportDoubleProperty

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