TickMarkStyle.Width Propiedad
Gets the width of the tick mark as a percentage of the parent scale radius for radial gauge and as a percentage of the Width/Height for linear gauge whichever is smaller.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Width As ReportDoubleProperty
Get
'Uso
Dim instance As TickMarkStyle
Dim value As ReportDoubleProperty
value = instance.Width
public ReportDoubleProperty Width { get; }
public:
property ReportDoubleProperty^ Width {
ReportDoubleProperty^ get ();
}
member Width : ReportDoubleProperty
function get Width () : ReportDoubleProperty
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering