Style 속성
Gets the style properties of this report definition object.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Property Style As Style
Get
‘사용 방법
Dim instance As ChartAxisTitle
Dim value As Style
value = instance.Style
public Style Style { get; }
public:
virtual property Style^ Style {
Style^ get () sealed;
}
abstract Style : Style
override Style : Style
final function get Style () : Style
속성 값
유형: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .Style
A Style object.