Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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