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.
Gets an expression that evaluates to a value that indicates whether hatching should be automatically applied to data points in the chart.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property PaletteHatchBehavior As ReportEnumProperty(Of PaletteHatchBehavior)
Get
'Usage
Dim instance As Chart
Dim value As ReportEnumProperty(Of PaletteHatchBehavior)
value = instance.PaletteHatchBehavior
public ReportEnumProperty<PaletteHatchBehavior> PaletteHatchBehavior { get; }
public:
property ReportEnumProperty<PaletteHatchBehavior>^ PaletteHatchBehavior {
ReportEnumProperty<PaletteHatchBehavior>^ get ();
}
member PaletteHatchBehavior : ReportEnumProperty<PaletteHatchBehavior>
function get PaletteHatchBehavior () : ReportEnumProperty<PaletteHatchBehavior>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<PaletteHatchBehavior>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace