Свойство MapColorScaleInstance.TickMarkLength
Gets the calculated value of the TickMarkLength property in a MapColorScale class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property TickMarkLength As ReportSize
Get
'Применение
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
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize value that represents the calculated value of the TickMarkLength property.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering