Custom propriété
Gets the contents of the Custom tag in the definition.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans 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 la propriété
Type : System. . :: . .String
A string value containing the custom information to be passed to the rendering extension.
For more information on custom information, see Utilisation de références de code personnalisé dans des expressions (Reporting Services).
Voir aussi