Partager via


Propriété Custom

Obtient le contenu de la balise Custom dans la définition.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Custom As String
    Get
'Utilisation
Dim instance As Report
Dim value As String

value = instance.Custom
public string Custom { get; }
public:
property String^ Custom {
    String^ get ();
}
member Custom : string
function get Custom () : String

Valeur de propriété

Type : System. . :: . .String
Valeur de type String contenant les informations personnalisées à passer à l'extension de rendu.