CustomProperties propriété
Returns a collection of custom properties for the report.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CustomProperties As CustomPropertyCollection
Get
'Utilisation
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
Valeur de la propriété
Type : Microsoft.ReportingServices.ReportRendering. . :: . .CustomPropertyCollection
A CustomPropertyCollection object that contains custom properties for the report.
Voir aussi