Classe ActionStyle
Encapsulates style properties for the ActionInfo class. This class cannot be inherited.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class ActionStyle _
Inherits StyleBase
'Utilizzo
Dim instance As ActionStyle
public sealed class ActionStyle : StyleBase
public ref class ActionStyle sealed : public StyleBase
[<SealedAttribute>]
type ActionStyle =
class
inherit StyleBase
end
public final class ActionStyle extends StyleBase
Osservazioni
Style property values of the underlying object (for example, a TextBox, ChartDataPoint, or ImageMapArea object) are made available through this class. They can be overridden by any explicit action styles provided by the ActionInfo object.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering. . :: . .StyleBase
Microsoft.ReportingServices.ReportRendering..::..ActionStyle
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche