Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the contents of the Custom tag in the definition.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Custom As String
Get
'Usage
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
Property Value
Type: System.String
A String value containing the custom information to be passed to the rendering extension. For more information on custom information, see Using Custom Code References in Expressions (Reporting Services).