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 the calculated value of the PaletteHatchBehavior property in a Chart class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property PaletteHatchBehavior As PaletteHatchBehavior
Get
'Usage
Dim instance As ChartInstance
Dim value As PaletteHatchBehavior
value = instance.PaletteHatchBehavior
public PaletteHatchBehavior PaletteHatchBehavior { get; }
public:
property PaletteHatchBehavior PaletteHatchBehavior {
PaletteHatchBehavior get ();
}
member PaletteHatchBehavior : PaletteHatchBehavior
function get PaletteHatchBehavior () : PaletteHatchBehavior
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.PaletteHatchBehavior
A PaletteHatchBehavior value that represents the calculated value of the PaletteHatchBehavior property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace