Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets an expression that evaluates to the type of 3-D shading.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Shading As ReportEnumProperty(Of ChartThreeDShadingTypes)
Get
'Utilisation
Dim instance As ChartThreeDProperties
Dim value As ReportEnumProperty(Of ChartThreeDShadingTypes)
value = instance.Shading
public ReportEnumProperty<ChartThreeDShadingTypes> Shading { get; }
public:
property ReportEnumProperty<ChartThreeDShadingTypes>^ Shading {
ReportEnumProperty<ChartThreeDShadingTypes>^ get ();
}
member Shading : ReportEnumProperty<ChartThreeDShadingTypes>
function get Shading () : ReportEnumProperty<ChartThreeDShadingTypes>
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartThreeDShadingTypes>
A ReportEnumProperty<EnumType> object.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering