Propriété TickMarkLength
Gets the calculated value of the TickMarkLength property in a MapColorScale class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property TickMarkLength As ReportSize
Get
'Utilisation
Dim instance As MapColorScaleInstance
Dim value As ReportSize
value = instance.TickMarkLength
public ReportSize TickMarkLength { get; }
public:
property ReportSize^ TickMarkLength {
ReportSize^ get ();
}
member TickMarkLength : ReportSize
function get TickMarkLength () : ReportSize
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
A ReportSize value that represents the calculated value of the TickMarkLength property.