Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the length of the tick mark in a map color scale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property TickMarkLength As ReportSizeProperty
Get
'Usage
Dim instance As MapColorScale
Dim value As ReportSizeProperty
value = instance.TickMarkLength
public ReportSizeProperty TickMarkLength { get; }
public:
property ReportSizeProperty^ TickMarkLength {
ReportSizeProperty^ get ();
}
member TickMarkLength : ReportSizeProperty
function get TickMarkLength () : ReportSizeProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace