Propriedade do RDL TickMarkLength
Gets the length of the tick mark in a map color scale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property TickMarkLength As ReportSizeProperty
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSizeProperty
A ReportSizeProperty object.
Consulte também