Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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