Propriedade InRangeTickMarksColor
Gets the calculated value of the InRangeTickMarksColor property in a ScaleRange class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property InRangeTickMarksColor As ReportColor
Get
'Uso
Dim instance As ScaleRangeInstance
Dim value As ReportColor
value = instance.InRangeTickMarksColor
public ReportColor InRangeTickMarksColor { get; }
public:
property ReportColor^ InRangeTickMarksColor {
ReportColor^ get ();
}
member InRangeTickMarksColor : ReportColor
function get InRangeTickMarksColor () : ReportColor
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColor
A ReportColor value that represents the calculated value of the InRangeTickMarksColor property.
Consulte também