Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the hatch type.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property BackgroundHatchType As ReportExpression(Of BackgroundHatchTypes)
Get
Set
'Uso
Dim instance As Style
Dim value As ReportExpression(Of BackgroundHatchTypes)
value = instance.BackgroundHatchType
instance.BackgroundHatchType = value
public ReportExpression<BackgroundHatchTypes> BackgroundHatchType { get; set; }
public:
property ReportExpression<BackgroundHatchTypes> BackgroundHatchType {
ReportExpression<BackgroundHatchTypes> get ();
void set (ReportExpression<BackgroundHatchTypes> value);
}
member BackgroundHatchType : ReportExpression<BackgroundHatchTypes> with get, set
function get BackgroundHatchType () : ReportExpression<BackgroundHatchTypes>
function set BackgroundHatchType (value : ReportExpression<BackgroundHatchTypes>)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<BackgroundHatchTypes>
A ReportExpression<T> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel