Udostępnij przez


Właściwość StyleInstance.BackgroundHatchType

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

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

Składnia

'Deklaracja
Public Overrides Property BackgroundHatchType As BackgroundHatchTypes
    Get
    Set
'Użycie
Dim instance As StyleInstance
Dim value As BackgroundHatchTypes

value = instance.BackgroundHatchType

instance.BackgroundHatchType = value
public override BackgroundHatchTypes BackgroundHatchType { get; set; }
public:
virtual property BackgroundHatchTypes BackgroundHatchType {
    BackgroundHatchTypes get () override;
    void set (BackgroundHatchTypes value) override;
}
abstract BackgroundHatchType : BackgroundHatchTypes with get, set
override BackgroundHatchType : BackgroundHatchTypes with get, set
override function get BackgroundHatchType () : BackgroundHatchTypes
override 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ść.