Proprietà Border.Style
Gets an expression that evaluates to the style of the border (unless overridden for a specific side).
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Style As ReportEnumProperty(Of BorderStyles)
Get
'Utilizzo
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>
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<BorderStyles>
A ReportEnumProperty<EnumType> object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering