Propriété Interval
Gets an expression that evaluates to the interval between labels.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Interval As ReportDoubleProperty
Get
'Utilisation
Dim instance As ScaleLabels
Dim value As ReportDoubleProperty
value = instance.Interval
public ReportDoubleProperty Interval { get; }
public:
property ReportDoubleProperty^ Interval {
ReportDoubleProperty^ get ();
}
member Interval : ReportDoubleProperty
function get Interval () : ReportDoubleProperty
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportDoubleProperty
A ReportDoubleProperty object.
Voir aussi