Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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