Udostępnij przez


Właściwość StyleBaseInstance.BackgroundHatchType

Pobiera wartość obliczoną BackgroundHatchType właściwość w StyleBase klasy

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public MustOverride Property BackgroundHatchType As BackgroundHatchTypes
    Get
    Set
'Użycie
Dim instance As StyleBaseInstance
Dim value As BackgroundHatchTypes

value = instance.BackgroundHatchType

instance.BackgroundHatchType = value
public abstract BackgroundHatchTypes BackgroundHatchType { get; set; }
public:
virtual property BackgroundHatchTypes BackgroundHatchType {
    BackgroundHatchTypes get () abstract;
    void set (BackgroundHatchTypes value) abstract;
}
abstract BackgroundHatchType : BackgroundHatchTypes with get, set
abstract function get BackgroundHatchType () : BackgroundHatchTypes
abstract function set BackgroundHatchType (value : BackgroundHatchTypes)

Wartość właściwości

Typ: Microsoft.ReportingServices.OnDemandReportRendering.BackgroundHatchTypes
A BackgroundHatchTypes wartości reprezentującej obliczonej wartości BackgroundHatchType właściwość.