Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets an expression that evaluates to the style of the border (unless overridden for a specific side).
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Style As ReportEnumProperty(Of BorderStyles)
Get
'Usage
Dim instance As Border
Dim value As ReportEnumProperty(Of BorderStyles)
value = instance.Style
public ReportEnumProperty<BorderStyles> Style { get; }
public:
property ReportEnumProperty<BorderStyles>^ Style {
ReportEnumProperty<BorderStyles>^ get ();
}
member Style : ReportEnumProperty<BorderStyles>
function get Style () : ReportEnumProperty<BorderStyles>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<BorderStyles>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace