Свойство CustomProperties
Returns a collection of custom properties for the report.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property CustomProperties As CustomPropertyCollection
Get
'Применение
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
Значение свойства
Тип Microsoft.ReportingServices.ReportRendering. . :: . .CustomPropertyCollection
A CustomPropertyCollection object that contains custom properties for the report.
См. также