Właściwość Style.NonSharedProperties
Pobiera StyleProperties kolekcja, który zawiera właściwości, które mogą być różne dla każdego wystąpienie element raportu z powodu do wyrażenia.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Overrides ReadOnly Property NonSharedProperties As StyleProperties
Get
'Użycie
Dim instance As Style
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
Wartość właściwości
Typ: Microsoft.ReportingServices.ReportRendering.StyleProperties
A StylePropertiesobject containing a collection of the properties that are different for each report item due to expressions.