Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the calculated value of the Style property in a Border class. The set accessor can be used only when creating custom report items.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Property Style As BorderStyles
Get
Set
'Utilizzo
Dim instance As BorderInstance
Dim value As BorderStyles
value = instance.Style
instance.Style = value
public BorderStyles Style { get; set; }
public:
property BorderStyles Style {
BorderStyles get ();
void set (BorderStyles value);
}
member Style : BorderStyles with get, set
function get Style () : BorderStyles
function set Style (value : BorderStyles)
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.BorderStyles
A BorderStyles value that represents the calculated value of the Style property.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering