ThreeDProperties Propiedad
Gets the 3-D properties for the chart area.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property ThreeDProperties As ChartThreeDProperties
Get
'Uso
Dim instance As ChartArea
Dim value As ChartThreeDProperties
value = instance.ThreeDProperties
public ChartThreeDProperties ThreeDProperties { get; }
public:
property ChartThreeDProperties^ ThreeDProperties {
ChartThreeDProperties^ get ();
}
member ThreeDProperties : ChartThreeDProperties
function get ThreeDProperties () : ChartThreeDProperties
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartThreeDProperties
A ChartThreeDProperties object.