Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Type of 3D shading.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Shading As ReportExpression(Of ChartShadings)
Get
Set
'Usage
Dim instance As ChartThreeDProperties
Dim value As ReportExpression(Of ChartShadings)
value = instance.Shading
instance.Shading = value
public ReportExpression<ChartShadings> Shading { get; set; }
public:
property ReportExpression<ChartShadings> Shading {
ReportExpression<ChartShadings> get ();
void set (ReportExpression<ChartShadings> value);
}
member Shading : ReportExpression<ChartShadings> with get, set
function get Shading () : ReportExpression<ChartShadings>
function set Shading (value : ReportExpression<ChartShadings>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartShadings>
A ReportExpression<T> object.