Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Properties for a 3D chart layout.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property ChartThreeDProperties As ChartThreeDProperties
Get
Set
'Uso
Dim instance As ChartArea
Dim value As ChartThreeDProperties
value = instance.ChartThreeDProperties
instance.ChartThreeDProperties = value
public ChartThreeDProperties ChartThreeDProperties { get; set; }
public:
property ChartThreeDProperties^ ChartThreeDProperties {
ChartThreeDProperties^ get ();
void set (ChartThreeDProperties^ value);
}
member ChartThreeDProperties : ChartThreeDProperties with get, set
function get ChartThreeDProperties () : ChartThreeDProperties
function set ChartThreeDProperties (value : ChartThreeDProperties)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.ChartThreeDProperties
A ChartThreeDProperties object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel