Custom Propiedad
Gets the contents of the Custom tag in the definition.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Custom As String
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .String
A string value containing the custom information to be passed to the rendering extension.
For more information on custom information, see Usar referencias de código personalizado en expresiones (Reporting Services).
Vea también