Propriedade do RDL WallThickness
Gets an expression that evaluates to the percent thickness of outer walls.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property WallThickness As ReportIntProperty
Get
'Uso
Dim instance As ChartThreeDProperties
Dim value As ReportIntProperty
value = instance.WallThickness
public ReportIntProperty WallThickness { get; }
public:
property ReportIntProperty^ WallThickness {
ReportIntProperty^ get ();
}
member WallThickness : ReportIntProperty
function get WallThickness () : ReportIntProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportIntProperty
A ReportIntProperty object.
Consulte também