Report.Custom Property

Definition

Gets the contents of the Custom tag in the definition.

public:
 property System::String ^ Custom { System::String ^ get(); };
public string Custom { get; }
member this.Custom : string
Public ReadOnly Property Custom As String

Property Value

A String value containing the custom information to be passed to the rendering extension.

For more information on custom information, see Writing Custom Code for Reporting Services.

Applies to