Właściwość Report.CustomProperties
Zwraca kolekcja właściwości niestandardowych dla raportu.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property CustomProperties As CustomPropertyCollection
Get
'Użycie
Dim instance As Report
Dim value As CustomPropertyCollection
value = instance.CustomProperties
public CustomPropertyCollection CustomProperties { get; }
public:
property CustomPropertyCollection^ CustomProperties {
CustomPropertyCollection^ get ();
}
member CustomProperties : CustomPropertyCollection
function get CustomProperties () : CustomPropertyCollection
Wartość właściwości
Typ: Microsoft.ReportingServices.ReportRendering.CustomPropertyCollection
A CustomPropertyCollection obiektu zawierającego niestandardowe właściwości dla raportu.