Propriedade do RDL StripWidth
Gets the calculated value of the StripWidth property in a ChartStripLine class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property StripWidth As Double
Get
'Uso
Dim instance As ChartStripLineInstance
Dim value As Double
value = instance.StripWidth
public double StripWidth { get; }
public:
property double StripWidth {
double get ();
}
member StripWidth : float
function get StripWidth () : double
Valor da propriedade
Tipo: System. . :: . .Double
A double value that represents the calculated value of the StripWidth property.
Consulte também