MapGridLines.Interval Property

Gets the interval between the map gridlines.

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

Syntax

'Declaration
Public ReadOnly Property Interval As ReportDoubleProperty 
    Get
'Usage
Dim instance As MapGridLines 
Dim value As ReportDoubleProperty 

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

Property Value

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

See Also

Reference

MapGridLines Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace