Propriedade do RDL TickMarkLength
Gets the calculated value of the TickMarkLength property in a MapColorScale class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property TickMarkLength As ReportSize
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
A ReportSize value that represents the calculated value of the TickMarkLength property.
Consulte também