다음을 통해 공유


NonSharedProperties 속성

이 멤버는 StyleBase. . :: . .NonSharedProperties을(를) 재정의하며 해당 항목에서 자세한 설명서를 볼 수 있습니다.이 멤버는 StyleBase. . :: . .NonSharedProperties을(를) 재정의합니다.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public Overrides ReadOnly Property NonSharedProperties As StyleProperties
    Get
‘사용 방법
Dim instance As ActionStyle
Dim value As StyleProperties

value = instance.NonSharedProperties
public override StyleProperties NonSharedProperties { get; }
public:
virtual property StyleProperties^ NonSharedProperties {
    StyleProperties^ get () override;
}
abstract NonSharedProperties : StyleProperties
override NonSharedProperties : StyleProperties
override function get NonSharedProperties () : StyleProperties